C# Class SoundBankInspector, G-Audio

Inheritance: Editor
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Méthode Description
CheckBankIntegrity ( List sampleInfos ) : void
OnInspectorGUI ( ) : void

Private Methods

Méthode 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 méthode

public CheckBankIntegrity ( List sampleInfos ) : void
sampleInfos List
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void