C# Class UnityEditor.AudioMixerGroupViewList

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
AudioMixerGroupViewList ( ReorderableListWithRenameAndScrollView state ) : System
CustomDrawElement ( Rect r, int index, bool isActive, bool isFocused ) : void
EndDragChild ( ReorderableList list ) : void
GetTotalHeight ( ) : float
NameChanged ( int index, string newName ) : void
OnEvent ( ) : void
OnGUI ( Rect rect ) : void
OnMixerControllerChanged ( UnityEditor.Audio.AudioMixerController controller ) : void
OnUndoRedoPerformed ( ) : void
RecreateListControl ( ) : void

Private Methods

Méthode Description
Add ( ) : void
Delete ( int index ) : void
DuplicateCurrentView ( ) : void
GetNameOfElement ( int index ) : string
LoadFromBackend ( ) : void

Method Details

AudioMixerGroupViewList() public méthode

public AudioMixerGroupViewList ( ReorderableListWithRenameAndScrollView state ) : System
state UnityEditorInternal.ReorderableListWithRenameAndScrollView
Résultat System

CustomDrawElement() public méthode

public CustomDrawElement ( Rect r, int index, bool isActive, bool isFocused ) : void
r UnityEngine.Rect
index int
isActive bool
isFocused bool
Résultat void

EndDragChild() public méthode

public EndDragChild ( ReorderableList list ) : void
list UnityEditorInternal.ReorderableList
Résultat void

GetTotalHeight() public méthode

public GetTotalHeight ( ) : float
Résultat float

NameChanged() public méthode

public NameChanged ( int index, string newName ) : void
index int
newName string
Résultat void

OnEvent() public méthode

public OnEvent ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
Résultat void

OnMixerControllerChanged() public méthode

public OnMixerControllerChanged ( UnityEditor.Audio.AudioMixerController controller ) : void
controller UnityEditor.Audio.AudioMixerController
Résultat void

OnUndoRedoPerformed() public méthode

public OnUndoRedoPerformed ( ) : void
Résultat void

RecreateListControl() public méthode

public RecreateListControl ( ) : void
Résultat void