AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.Unity.AudioBankEditor< TEvent > Class Template Reference

Inspector for the AudioBank More...

Inheritance diagram for HoloToolkit.Unity.AudioBankEditor< TEvent >:

Static Public Member Functions

static T [] RemoveElement< T > (T[] array, int index)
 Returns a new array that has the item at the given index removed. More...
 

Protected Member Functions

void SetUpEditor ()
 
void DrawInspectorGUI (bool showEmitters)
 

Protected Attributes

AudioBank< TEvent > MyTarget
 

Detailed Description

Inspector for the AudioBank

Template Parameters
TEventEvent type to support
Type Constraints
TEvent :AudioEvent 
TEvent :new() 

Definition at line 13 of file AudioEventBankEditor.cs.

Member Function Documentation

§ DrawInspectorGUI()

void HoloToolkit.Unity.AudioBankEditor< TEvent >.DrawInspectorGUI ( bool  showEmitters)
protected

Definition at line 32 of file AudioEventBankEditor.cs.

§ RemoveElement< T >()

static T [] HoloToolkit.Unity.AudioBankEditor< TEvent >.RemoveElement< T > ( T []  array,
int  index 
)
static

Returns a new array that has the item at the given index removed.

Parameters
arrayThe array.
indexIndex to remove.
Returns
The new array.

Definition at line 346 of file AudioEventBankEditor.cs.

§ SetUpEditor()

void HoloToolkit.Unity.AudioBankEditor< TEvent >.SetUpEditor ( )
protected

Definition at line 21 of file AudioEventBankEditor.cs.

Member Data Documentation

§ MyTarget

AudioBank<TEvent> HoloToolkit.Unity.AudioBankEditor< TEvent >.MyTarget
protected

Definition at line 15 of file AudioEventBankEditor.cs.


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