中文
Appearance
AudioSource.playState
AudioSource
音频播放状态。
AudioPlayState
let obj = new GameObject(); let source = obj.AddComponent<AudioSource>(AudioSource); source.playState;