Skip to content

format

typescript
AudioSource.spread

class: AudioSource

description

The spread of audio in a stereo environment.

parameter

param_nametypedescription

reture

typedescription
numberThe spread of audio in a stereo environment.

code example

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