C# Class ProxyActionSkillDefEditor, SRPGCK

Inheritance: ActionSkillDefEditor
Afficher le fichier Open project: JoeOsborn/SRPGCK

Méthodes publiques

Méthode Description
OnEnable ( ) : void
OnSRPGCKInspectorGUI ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
CreateProxyActionSkillDef ( ) : ProxyActionSkillDef,

Method Details

BasicSkillGUI() protected méthode

protected BasicSkillGUI ( ) : void
Résultat void

EffectSkillGUI() protected méthode

protected EffectSkillGUI ( ) : void
Résultat void

MergeChoiceGUI() protected méthode

protected MergeChoiceGUI ( string label, MergeMode mm ) : MergeMode
label string
mm MergeMode
Résultat MergeMode

MergeListChoiceGUI() protected méthode

protected MergeListChoiceGUI ( string label, MergeModeList mm ) : MergeModeList
label string
mm MergeModeList
Résultat MergeModeList

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnSRPGCKInspectorGUI() public méthode

public OnSRPGCKInspectorGUI ( ) : void
Résultat void

TargetedSkillGUI() protected méthode

protected TargetedSkillGUI ( ) : void
Résultat void