Enum AudioLayer.PlayerArgs.PlayerState
Indicates how the BackgroundAudio.Player was selected.
Namespace: OmiyaGames.Audio
Assembly: cs.temp.dll.dll
Syntax
public enum PlayerState
Fields
Name | Description |
---|---|
AlreadyPlayingClip | Selected a BackgroundAudio.Player that was already playing the same clip. |
NewPlayer | BackgroundAudio.Player was newly created. |
Null | BackgroundAudio.Player is null. |
StoppedPlayer | Selected a BackgroundAudio.Player that was stopped. |