WaveSoundBuffer.globalVolume

機能/意味
Global volume
タイプ
WaveSoundBufferクラスのプロパティ (読み書き可能)
説明
 Represents the global volume (master volume). You can also set a value.
 This volume affects all WaveSoundBuffers.
 Specify a number between 0 and 100000, with 0 being completely muted and 100000 being 100% volume. The default value is 100000.
 This property only exists on the WaveSoundBuffer class (there is no property on objects created from WaveSoundBuffer). Please use WaveSoundBuffer.globalVolume when using.