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
)
Public Sub SetFade (
startFade As Single,
stopFade As Single
)
public:
void SetFade(
float startFade,
float stopFade
)
member SetFade :
startFade : float32 *
stopFade : float32 -> unit
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