C# Class TPBaseAnimationEditor

Inheritance: Editor
Exibir arquivo Open project: macgyver13/globalgamejam2016

Public Methods

Method Description
DrawAnimationInfo ( ) : void
DrawBaseAnimationGUI ( ) : void
DrawButtonsSection ( ) : void
OnEnable ( ) : void

Protected Methods

Method Description
Clear ( ) : void
OnEditorFrameChange ( ) : void

Method Details

Clear() protected method

protected Clear ( ) : void
return void

DrawAnimationInfo() public method

public DrawAnimationInfo ( ) : void
return void

DrawBaseAnimationGUI() public method

public DrawBaseAnimationGUI ( ) : void
return void

DrawButtonsSection() public method

public DrawButtonsSection ( ) : void
return void

OnEditorFrameChange() protected method

protected OnEditorFrameChange ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void