C# Class UnityEditor.AnimationWindow

Inheritance: EditorWindow, TimeUpdater, CurveUpdater
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
GetAllAnimationWindows ( ) : List
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
ShowButton ( Rect r ) : void

Method Details

GetAllAnimationWindows() public static méthode

public static GetAllAnimationWindows ( ) : List
Résultat List

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnSelectionChange() public méthode

public OnSelectionChange ( ) : void
Résultat void

ShowButton() protected méthode

protected ShowButton ( Rect r ) : void
r UnityEngine.Rect
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void