Arbor 3: FSM & BT Graph Editor
3.5.1
|
Arbor Editorにあるノードの基底クラス More...
Public Member Functions | |
Node (NodeGraph nodeGraph, int nodeID) | |
Nodeのコンストラクタ More... | |
virtual bool | IsContainsBehaviour (NodeBehaviour behaviour) |
NodeBehaviourを含んでいるかをチェックする。 More... | |
virtual bool | IsDeletable () |
削除できるかどうかを返す。 More... | |
virtual string | GetName () |
ノードの名前を取得 More... | |
override string | ToString () |
ノードを文字列に変換(デバッグ用)。 More... | |
Public Attributes | |
Rect | position |
Arbor Editor上での位置。 More... | |
bool | showComment |
コメントを表示するかどうか More... | |
string | nodeComment |
コメント More... | |
Protected Member Functions | |
virtual void | OnGraphChanged () |
Nodeが所属するNodeGraphが変わった際に呼ばれる。 More... | |
Properties | |
NodeGraph | nodeGraph [get] |
NodeGraphを取得。 More... | |
int | nodeID [get] |
ノードIDを取得。 More... | |
Arbor Editorにあるノードの基底クラス
Nodeのコンストラクタ
nodeGraph | このノードを持つNodeGraph |
nodeID | ノードID |
|
virtual |
|
virtual |
NodeBehaviourを含んでいるかをチェックする。
behaviour | チェックするNodeBehaviour |
Reimplemented in State, TreeBehaviourNode, and CalculatorNode.
|
virtual |
|
protectedvirtual |
Nodeが所属するNodeGraphが変わった際に呼ばれる。
Reimplemented in State, TreeBehaviourNode, and CalculatorNode.
override string ToString | ( | ) |
ノードを文字列に変換(デバッグ用)。
string nodeComment |
コメント
Rect position |
Arbor Editor上での位置。
bool showComment |
コメントを表示するかどうか
|
get |
NodeGraphを取得。
|
get |
ノードIDを取得。