C# Class SkillDefEditor, SRPGCK

Inheritance: SRPGCKEditor
Show file Open project: JoeOsborn/SRPGCK

Protected Properties

Property Type Description
s SkillDef,
showParameters bool
showPassiveEffects bool
showReactionStatChangesApplied bool
showReactionTypesApplied bool

Public Methods

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

Protected Methods

Method Description
BasicSkillGUI ( ) : void
CoreSkillGUI ( ) : void
ReactionSkillGUI ( ) : void

Private Methods

Method Description
CreateSkillDef ( ) : SkillDef,

Method Details

BasicSkillGUI() protected method

protected BasicSkillGUI ( ) : void
return void

CoreSkillGUI() protected method

protected CoreSkillGUI ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnSRPGCKInspectorGUI() public method

public OnSRPGCKInspectorGUI ( ) : void
return void

ReactionSkillGUI() protected method

protected ReactionSkillGUI ( ) : void
return void

Property Details

s protected property

protected SkillDef, s
return SkillDef,

showParameters protected property

protected bool showParameters
return bool

showPassiveEffects protected property

protected bool showPassiveEffects
return bool

showReactionStatChangesApplied protected property

protected bool showReactionStatChangesApplied
return bool

showReactionTypesApplied protected property

protected bool showReactionTypesApplied
return bool