C# Class GoGoAnimatorEditor, UnityDemo

Inheritance: GoGoComponentEditor
Afficher le fichier Open project: rouchen/UnityDemo

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Méthodes protégées

Méthode Description
AddKeyFrame ( ) : void
CustomKeyFrameGUI ( int idx ) : void
KeyFrameSort ( ) : void
RemoveKeyFrame ( ) : void
ShowCustomTool ( ) : void
UpdateInEditorMode ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
GetAnimationClipHashCodeByIndex ( int idx ) : int
GetAnimationClipLengthByHashCode ( int hashCode ) : float
GetAnimationStateNameByIndex ( int idx ) : string
ModifyAnimationStateDataInKeyFame ( int idx ) : void
OnDestroy ( ) : void
SetMecanimData ( ) : void
SplitAnimation ( ) : void

Method Details

AddKeyFrame() protected méthode

protected AddKeyFrame ( ) : void
Résultat void

CustomKeyFrameGUI() protected méthode

protected CustomKeyFrameGUI ( int idx ) : void
idx int
Résultat void

KeyFrameSort() protected méthode

protected KeyFrameSort ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

RemoveKeyFrame() protected méthode

protected RemoveKeyFrame ( ) : void
Résultat void

ShowCustomTool() protected méthode

protected ShowCustomTool ( ) : void
Résultat void

UpdateInEditorMode() protected méthode

protected UpdateInEditorMode ( ) : void
Résultat void