format
typescript
AudioSource.spreadclass: AudioSource
description
The spread of audio in a stereo environment.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The spread of audio in a stereo environment. |
code example
typescript
let obj = new GameObject();
let source = obj.AddComponent<AudioSource>(AudioSource);
source.spread;