Arbor: State Diagram Editor
2.2.0
|
Base class of a node in Arbor Editor More...
Public Member Functions | |
Node (ArborFSMInternal stateMachine, int nodeID) | |
Public Attributes | |
Rect | position |
Position on the Arbor Editor. More... | |
bool | showComment |
Whether to display comments More... | |
string | nodeComment |
Comment More... | |
Protected Attributes | |
ArborFSMInternal | _StateMachine |
int | _NodeID |
Properties | |
ArborFSMInternal | stateMachine [get] |
Gets the state machine. More... | |
int | nodeID [get] |
Gets the node identifier. More... | |
Base class of a node in Arbor Editor
Node | ( | ArborFSMInternal | stateMachine, |
int | nodeID | ||
) |
|
protected |
|
protected |
string nodeComment |
Comment
Rect position |
Position on the Arbor Editor.
bool showComment |
Whether to display comments
|
get |
Gets the node identifier.
|
get |
Gets the state machine.