Click or drag to resize

WeatherMakerSoundZoneScriptStopSounds Method

Stop all sounds in the zone

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void StopSounds(
	float transitionDuration = 5f,
	bool destroySounds = false
)

Parameters

transitionDuration (Optional)
Type: SystemSingle
Transition duration in seconds
destroySounds (Optional)
Type: SystemBoolean
True to destroy sounds as well
See Also