enum AudioPlaybackState : Enum<AudioPlaybackState>
| Member | Description |
|---|---|
PLAYING |
The clip plays (starting from the beginning) when the component is added or changed.
|
PAUSED |
The clip is silent; any playback already started for this entity is stopped.
|