enum AudioSourceState
Valid states in which AudioSource can be in.
Values
| Name | Value | Description |
|---|---|---|
Playing |
0 |
Source is currently playing. |
Paused |
1 |
Source is currently paused (play will resume from paused point). |
Stopped |
2 |
Source is currently stopped (play will resume from start). |