中文
Appearance
AudioSource.spread
AudioSource
音频在立体声环境中的扩散度。
number
let obj = new GameObject(); let source = obj.AddComponent<AudioSource>(AudioSource); source.spread;