C# Class exFSMDebugger, ex-unity-old-deprecated

Inheritance: EditorWindow
Afficher le fichier Open project: exdev/ex-unity-old-deprecated Class Usage Examples

Méthodes publiques

Свойство Type Description
lockSelection bool

Méthodes publiques

Méthode Description
Debug ( Object _obj, int _idx ) : void
Init ( ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void

Méthodes protégées

Méthode Description
GetStateMachine ( GameObject _go, int _idx ) : Machine
OnEnable ( ) : void

Private Methods

Méthode Description
NewWindow ( ) : exFSMDebugger,

Method Details

Debug() public méthode

public Debug ( Object _obj, int _idx ) : void
_obj Object
_idx int
Résultat void

GetStateMachine() protected méthode

protected GetStateMachine ( GameObject _go, int _idx ) : Machine
_go GameObject
_idx int
Résultat fsm.Machine

Init() public méthode

public Init ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnSelectionChange() public méthode

public OnSelectionChange ( ) : void
Résultat void

Property Details

lockSelection public_oe property

public bool lockSelection
Résultat bool