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
)
Public Sub Stop (
seconds As Single,
Optional destroySounds As Boolean = false
)
public:
void Stop(
float seconds,
bool destroySounds = false
)
member Stop :
seconds : float32 *
?destroySounds : bool
(* Defaults:
let _destroySounds = defaultArg destroySounds false
*)
-> unit
Parameters
- seconds
- Type: SystemSingle
Stop time in seconds - destroySounds (Optional)
- Type: SystemBoolean
Whether to also destroy the sounds
See Also