C# Class SkillDefEditor, SRPGCK

Inheritance: SRPGCKEditor
Mostrar archivo 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_oe property

protected SkillDef, s
return SkillDef,

showParameters protected_oe property

protected bool showParameters
return bool

showPassiveEffects protected_oe property

protected bool showPassiveEffects
return bool

showReactionStatChangesApplied protected_oe property

protected bool showReactionStatChangesApplied
return bool

showReactionTypesApplied protected_oe property

protected bool showReactionTypesApplied
return bool