AudioManager Properties |
The AudioManager type exposes the following members.
| Name | Description | |
|---|---|---|
| IsMusicPlaying | Returns whether a background music is playing. | |
| MusicFadeSpeed | Gets or sets how fast to fade the background music. | |
| MusicManager | Handler for music since we're always fading it. | |
| MusicSource | The AudioSource for background music. | |
| SoundSource | The AudioSource for general sounds group. | |
| UISource | The AudioSource for UI sounds group. |