Click or drag to resize

WeatherMakerLoopingAudioSourceSetFade Method

Set new fade in / fade out parameters

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetFade(
	float startFade,
	float stopFade
)

Parameters

startFade
Type: SystemSingle
Start fade - seconds to reach peak sound
stopFade
Type: SystemSingle
Stop fade - seconds to fade sound back to 0 volume when stopped
See Also