Click or drag to resize

WeatherMakerSoundGroupScriptStop Method

Stop sounds

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void Stop(
	float seconds,
	bool destroySounds = false
)

Parameters

seconds
Type: SystemSingle
Stop time in seconds
destroySounds (Optional)
Type: SystemBoolean
Whether to also destroy the sounds
See Also