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

Public Member Functions

 DeAudioEventArgs (DeAudioEventType type, DeAudioGroup audioGroup, DeAudioSource source)
 

Properties

DeAudioGroup audioGroup [get]
 Eventual DeAudioGroup involved in the event (can be NULL) More...
 
DeAudioSource source [get]
 Eventual DeAudioSource involved in the event (can be NULL) More...
 
DeAudioEventType type [get]
 Type of event More...
 

Constructor & Destructor Documentation

DG.DeAudio.Events.DeAudioEventArgs.DeAudioEventArgs ( DeAudioEventType  type,
DeAudioGroup  audioGroup,
DeAudioSource  source 
)

Property Documentation

DeAudioGroup DG.DeAudio.Events.DeAudioEventArgs.audioGroup
get

Eventual DeAudioGroup involved in the event (can be NULL)

DeAudioSource DG.DeAudio.Events.DeAudioEventArgs.source
get

Eventual DeAudioSource involved in the event (can be NULL)

DeAudioEventType DG.DeAudio.Events.DeAudioEventArgs.type
get

Type of event


The documentation for this class was generated from the following file: