C# Class ProxyActionSkillDefEditor, SRPGCK

Inheritance: ActionSkillDefEditor
Exibir arquivo Open project: JoeOsborn/SRPGCK

Public Methods

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

Protected Methods

Method Description
BasicSkillGUI ( ) : void
EffectSkillGUI ( ) : void
MergeChoiceGUI ( string label, MergeMode mm ) : MergeMode
MergeListChoiceGUI ( string label, MergeModeList mm ) : MergeModeList
TargetedSkillGUI ( ) : void

Private Methods

Method Description
CreateProxyActionSkillDef ( ) : ProxyActionSkillDef,

Method Details

BasicSkillGUI() protected method

protected BasicSkillGUI ( ) : void
return void

EffectSkillGUI() protected method

protected EffectSkillGUI ( ) : void
return void

MergeChoiceGUI() protected method

protected MergeChoiceGUI ( string label, MergeMode mm ) : MergeMode
label string
mm MergeMode
return MergeMode

MergeListChoiceGUI() protected method

protected MergeListChoiceGUI ( string label, MergeModeList mm ) : MergeModeList
label string
mm MergeModeList
return MergeModeList

OnEnable() public method

public OnEnable ( ) : void
return void

OnSRPGCKInspectorGUI() public method

public OnSRPGCKInspectorGUI ( ) : void
return void

TargetedSkillGUI() protected method

protected TargetedSkillGUI ( ) : void
return void