C# Class GoGoSoundEditor, UnityDemo

Inheritance: GoGoComponentEditor
Mostrar archivo Open project: rouchen/UnityDemo

Public Methods

Method Description
OnInspectorGUI ( ) : void

Protected Methods

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

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : 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

UpdateInEditorMode() protected method

protected UpdateInEditorMode ( ) : void
return void