C# Class SRPGCKEditor, SRPGCK

Inheritance: Editor
Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
fdb Formulae,
formulaOptions string[]
guiChanged bool
lastFocusedControl string
listeningForGuiChanges bool

Protected Properties

Свойство Type Description
um HOEditorUndoManager,
useFormulae bool

Méthodes publiques

Méthode Description
EnsurePath ( string p ) : void
FocusMovedFrom ( string name ) : bool
OnEnable ( ) : void
OnInspectorGUI ( ) : void
OnSRPGCKInspectorGUI ( ) : void

Méthodes protégées

Méthode Description
OnDisable ( ) : void
SaveAsset ( ) : void
UpdateFormulae ( ) : void

Method Details

EnsurePath() public static méthode

public static EnsurePath ( string p ) : void
p string
Résultat void

FocusMovedFrom() public méthode

public FocusMovedFrom ( string name ) : bool
name string
Résultat bool

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnSRPGCKInspectorGUI() public abstract méthode

public abstract OnSRPGCKInspectorGUI ( ) : void
Résultat void

SaveAsset() protected méthode

protected SaveAsset ( ) : void
Résultat void

UpdateFormulae() protected méthode

protected UpdateFormulae ( ) : void
Résultat void

Property Details

fdb public_oe property

public Formulae, fdb
Résultat Formulae,

formulaOptions public_oe property

public string[] formulaOptions
Résultat string[]

guiChanged public_oe property

public bool guiChanged
Résultat bool

lastFocusedControl public_oe property

public string lastFocusedControl
Résultat string

listeningForGuiChanges public_oe property

public bool listeningForGuiChanges
Résultat bool

um protected_oe property

protected HOEditorUndoManager, um
Résultat HOEditorUndoManager,

useFormulae protected_oe property

protected bool useFormulae
Résultat bool