Enum AudioActionType
Describes the types audio actions available for a single sound or music object
Namespace: Doozy.Runtime.Soundy
Assembly: cs.temp.dll.dll
Syntax
public enum AudioActionType
Fields
Name | Description |
---|---|
DoNothing | No action |
FadeOutAndStop | Fade out and stop this audio |
Mute | Mute this audio |
Pause | Pause this audio |
Play | Play this audio |
Stop | Stop this audio |
UnMute | UnMute this audio |
UnPause | UnPause this audio |