Click or drag to resize

WeatherMakerLoopingAudioSourceStop Method

Stop this looping audio source. The sound will fade out smoothly.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void Stop(
	float fadeOutSeconds = 0f,
	bool destroyOnStopped = false
)

Parameters

fadeOutSeconds (Optional)
Type: SystemSingle
Number of seconds to fade out, 0 for default
destroyOnStopped (Optional)
Type: SystemBoolean
Whether to destroy the audio source upon stop
See Also