C# Class MoveSkillDefEditor, SRPGCK

Inheritance: ActionSkillDefEditor
Mostra file Open project: JoeOsborn/SRPGCK

Public Properties

Property Type Description
showAnimation bool

Protected Properties

Property Type Description
ms MoveSkillDef

Public Methods

Method Description
OnEnable ( ) : void
OnSRPGCKInspectorGUI ( ) : void

Protected Methods

Method Description
MoveSkillGUI ( ) : void

Private Methods

Method Description
CreateMoveSkillDef ( ) : MoveSkillDef

Method Details

MoveSkillGUI() protected method

protected MoveSkillGUI ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnSRPGCKInspectorGUI() public method

public OnSRPGCKInspectorGUI ( ) : void
return void

Property Details

ms protected_oe property

protected MoveSkillDef ms
return MoveSkillDef

showAnimation public_oe property

public bool showAnimation
return bool