Arbor 3: FSM & BT Graph Editor
3.7.8
|
Base class of a node in Arbor Editor More...
Public Member Functions | |
Node (NodeGraph nodeGraph, int nodeID) | |
Node constructor More... | |
virtual bool | IsContainsBehaviour (NodeBehaviour behaviour) |
Check if it contains NodeBehaviour. More... | |
virtual bool | IsDeletable () |
Returns whether or not it can be deleted. More... | |
virtual string | GetName () |
Get node name. More... | |
override string | ToString () |
Convert node to string (for debugging). More... | |
Public Attributes | |
Rect | position |
Position on the Arbor Editor. More... | |
bool | showComment |
Whether to display comments More... | |
string | nodeComment |
Comment More... | |
Protected Member Functions | |
virtual void | OnGraphChanged () |
Called when the NodeGraph to which the Node belongs has changed. More... | |
Properties | |
NodeGraph | nodeGraph [get] |
Gets the NodeGraph. More... | |
int | nodeID [get] |
Gets the node identifier. More... | |
Base class of a node in Arbor Editor
|
virtual |
Get node name.
Reimplemented in State, CompositeNode, RootNode, GroupNode, and ActionNode.
|
virtual |
Check if it contains NodeBehaviour.
behaviour | Check NodeBehaviour |
Reimplemented in State, TreeBehaviourNode, and CalculatorNode.
|
virtual |
Returns whether or not it can be deleted.
Reimplemented in TreeNodeBase, and RootNode.
|
protectedvirtual |
Called when the NodeGraph to which the Node belongs has changed.
Reimplemented in State, TreeBehaviourNode, and CalculatorNode.
override string ToString | ( | ) |
Convert node to string (for debugging).
string nodeComment |
Comment
Rect position |
Position on the Arbor Editor.
bool showComment |
Whether to display comments
|
get |
Gets the node identifier.