WeatherMakerAudioManagerScriptVolumeModifier Property |
Get or set the global volume modifier. Note that setting the volume modifier only sets the 'WeatherMakerAudioManagerScript' volume modifier in VolumeModifierDictionary.
There may be other additional volume modifiers that get applied when you get the value of VolumeModifier.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public float VolumeModifier { get; set; }
Public Property VolumeModifier As Single
Get
Set
public:
property float VolumeModifier {
float get ();
void set (float value);
}
member VolumeModifier : float32 with get, set
Property Value
Type:
SingleSee Also