Skip to content

格式

typescript
AudioSource.spread

所属类: AudioSource

描述

音频在立体声环境中的扩散度。

参数

参数名类型描述

返回值

类型描述
number音频在立体声环境中的扩散度。

代码示例

typescript
let obj = new GameObject();
let source = obj.AddComponent<AudioSource>(AudioSource);
source.spread;