- 機能/意味
-
2nd volume
- タイプ
-
WaveSoundBufferクラスのプロパティ (読み書き可能)
- 説明
-
Indicates the playback volume. You can set the value.
Unlike the WaveSoundBuffer.volume property, this property does not change with the WaveSoundBuffer.fade method.
The final volume is determined by the product of the volume property and this property. If the volume property is 100000 (100%) and the volume2 property is also 100000 (100%), 100% x 100% = 100% will be played at 100% volume. If the volume property is 50000 (50%) and the volume2 property is 75000 (75%), it will be played at 37.5% with 50% x 75% = 37.5%.