Enum SoundActionType
Describes the types of actions available for all sounds
Namespace: Doozy.Runtime.Soundy
Assembly: cs.temp.dll.dll
Syntax
public enum SoundActionType
Fields
Name | Description |
---|---|
DoNothing | No action |
FadeOutAndStopAllSounds | Fade out and stop all sounds |
MuteAllSounds | Mute all sounds |
PauseAllSounds | Pause all sounds |
StopAllSounds | Stop all sounds |
UnMuteAllSounds | UnMute all sounds |
UnPauseAllSounds | UnPause all sounds |