C# Class SRPGCKEditor, SRPGCK

Inheritance: Editor
Show file Open project: JoeOsborn/SRPGCK Class Usage Examples

Public Properties

Property Type Description
fdb Formulae,
formulaOptions string[]
guiChanged bool
lastFocusedControl string
listeningForGuiChanges bool

Protected Properties

Property Type Description
um HOEditorUndoManager,
useFormulae bool

Public Methods

Method Description
EnsurePath ( string p ) : void
FocusMovedFrom ( string name ) : bool
OnEnable ( ) : void
OnInspectorGUI ( ) : void
OnSRPGCKInspectorGUI ( ) : void

Protected Methods

Method Description
OnDisable ( ) : void
SaveAsset ( ) : void
UpdateFormulae ( ) : void

Method Details

EnsurePath() public static method

public static EnsurePath ( string p ) : void
p string
return void

FocusMovedFrom() public method

public FocusMovedFrom ( string name ) : bool
name string
return bool

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnSRPGCKInspectorGUI() public abstract method

public abstract OnSRPGCKInspectorGUI ( ) : void
return void

SaveAsset() protected method

protected SaveAsset ( ) : void
return void

UpdateFormulae() protected method

protected UpdateFormulae ( ) : void
return void

Property Details

fdb public property

public Formulae, fdb
return Formulae,

formulaOptions public property

public string[] formulaOptions
return string[]

guiChanged public property

public bool guiChanged
return bool

lastFocusedControl public property

public string lastFocusedControl
return string

listeningForGuiChanges public property

public bool listeningForGuiChanges
return bool

um protected property

protected HOEditorUndoManager, um
return HOEditorUndoManager,

useFormulae protected property

protected bool useFormulae
return bool