Audio Methods
Eazy Sound Manager API Refrence
Audio Methods |
The Audio type exposes the following members.
| Name | Description | |
|---|---|---|
| Pause |
Pause playing audio clip
| |
| Play |
Start playing audio clip from the beggining
| |
| Play(Single) |
Start playing audio clip from the beggining
| |
| Resume |
Resume playing audio clip
| |
| Set3DDistances |
Sets the Audio 3D distances
| |
| SetVolume(Single) |
Sets the audio volume
| |
| SetVolume(Single, Single) |
Sets the audio volume
| |
| SetVolume(Single, Single, Single) |
Sets the audio volume
| |
| Stop |
Stop playing audio clip
| |
| UnPause |
Resume playing audio clip
| |
| Update |
Update loop of the Audio. This is automatically called from the sound manager itself. Do not use this function anywhere else, as it may lead to unwanted behaviour.
|