C# Class GATSampleBankInspector, G-Audio

Inheritance: GATBaseInspector
Show file Open project: gregzo/G-Audio

Public Methods

Method Description
OnInspectorGUI ( ) : void

Protected Methods

Method Description
CheckBanks ( GATSoundBank newBank, int index ) : void

Private Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

CheckBanks() protected method

protected CheckBanks ( GATSoundBank newBank, int index ) : void
newBank GAudio.GATSoundBank
index int
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void