C# Class GoGoAnimatorEditor, UnityDemo

Inheritance: GoGoComponentEditor
显示文件 Open project: rouchen/UnityDemo

Public Methods

Method Description
OnInspectorGUI ( ) : void

Protected Methods

Method Description
AddKeyFrame ( ) : void
CustomKeyFrameGUI ( int idx ) : void
KeyFrameSort ( ) : void
RemoveKeyFrame ( ) : void
ShowCustomTool ( ) : void
UpdateInEditorMode ( ) : void

Private Methods

Method 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 method

protected AddKeyFrame ( ) : void
return void

CustomKeyFrameGUI() protected method

protected CustomKeyFrameGUI ( int idx ) : void
idx int
return void

KeyFrameSort() protected method

protected KeyFrameSort ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

RemoveKeyFrame() protected method

protected RemoveKeyFrame ( ) : void
return void

ShowCustomTool() protected method

protected ShowCustomTool ( ) : void
return void

UpdateInEditorMode() protected method

protected UpdateInEditorMode ( ) : void
return void