English
Appearance
AudioSource.playState
AudioSource
Audio playback state.
AudioPlayState
let obj = new GameObject(); let source = obj.AddComponent<AudioSource>(AudioSource); source.playState;