DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DeAudio.Events Namespace Reference

Classes

class  DeAudioEventArgs
 

Enumerations

enum  DeAudioEventType { DeAudioEventType.GlobalVolumeChange, DeAudioEventType.GroupVolumeChange }
 

Functions

delegate void DeAudioEventDelegate (DeAudioEventArgs e)
 

Enumeration Type Documentation

Enumerator
GlobalVolumeChange 
GroupVolumeChange 

Function Documentation

delegate void DG.DeAudio.Events.DeAudioEventDelegate ( DeAudioEventArgs  e)