C# Class SoundBankInspector, G-Audio

Inheritance: Editor
Mostra file Open project: gregzo/G-Audio

Public Methods

Method Description
CheckBankIntegrity ( List sampleInfos ) : void
OnInspectorGUI ( ) : void

Private Methods

Method Description
CheckDragAndDrop ( ) : void
ClipNotFoundDialog ( string clipName ) : bool
DrawMovedSample ( GATSampleInfo info ) : bool
DrawNotFoundSample ( GATSampleInfo info ) : bool
DrawNotInResourcesSample ( GATSampleInfo info ) : bool
DrawOkSample ( GATSampleInfo info ) : bool
GetClips ( Object draggedObjects ) : List
OnDisable ( ) : void
OnEnable ( ) : void
TryImportDraggedClips ( ) : void

Method Details

CheckBankIntegrity() public method

public CheckBankIntegrity ( List sampleInfos ) : void
sampleInfos List
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void