Enum PlaybackBehavior.FadeBehavior
The action to take.
Namespace: OmiyaGames.Audio
Assembly: cs.temp.dll.dll
Syntax
public enum FadeBehavior
Fields
Name | Description |
---|---|
DoNothing | Do nothing; let's the last audio continue to play. |
FadeInNewAudio | Fade out the last playing audio, and fade in AudioFile. |
FadeToSilence | Fade out the last playing audio into silence. |