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

Inheritance: EditorWindow
Mostra file Open project: exdev/ex-unity-old-deprecated Class Usage Examples

Public Properties

Property Type Description
lockSelection bool

Public Methods

Method Description
Debug ( Object _obj, int _idx ) : void
Init ( ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void

Protected Methods

Method Description
GetStateMachine ( GameObject _go, int _idx ) : Machine
OnEnable ( ) : void

Private Methods

Method Description
NewWindow ( ) : exFSMDebugger,

Method Details

Debug() public method

public Debug ( Object _obj, int _idx ) : void
_obj Object
_idx int
return void

GetStateMachine() protected method

protected GetStateMachine ( GameObject _go, int _idx ) : Machine
_go GameObject
_idx int
return fsm.Machine

Init() public method

public Init ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnSelectionChange() public method

public OnSelectionChange ( ) : void
return void

Property Details

lockSelection public_oe property

public bool lockSelection
return bool