|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
BehaviourTreeのノードの基本クラス。 More...
Public Member Functions | |
| TreeNodeBase (NodeGraph nodeGraph, int nodeID) | |
| TreeNodeBaseのコンストラクタ More... | |
| abstract bool | HasParentLinkSlot () |
| 親へのNodeLinkSlotを持っているかどうか More... | |
| virtual NodeLinkSlot | GetParentLinkSlot () |
| 親へのNodeLinkSlotを取得。 More... | |
| abstract bool | HasChildLinkSlot () |
| 子へのNodeLinkSlotを持っているかどうか More... | |
| override bool | IsDeletable () |
| 削除できるかどうかを返す。 More... | |
| override string | ToString () |
| ノードを文字列に変換(デバッグ用)。 More... | |
Public Member Functions inherited from Node | |
| Node (NodeGraph nodeGraph, int nodeID) | |
| Nodeのコンストラクタ More... | |
| virtual bool | IsContainsBehaviour (NodeBehaviour behaviour) |
| NodeBehaviourを含んでいるかをチェックする。 More... | |
| virtual string | GetName () |
| ノードの名前を取得 More... | |
| override string | ToString () |
| ノードを文字列に変換(デバッグ用)。 More... | |
Protected Member Functions | |
| abstract void | OnExecute () |
| 実行する際に呼ばれる。 More... | |
Protected Member Functions inherited from Node | |
| virtual void | OnGraphChanged () |
| Nodeが所属するNodeGraphが変わった際に呼ばれる。 More... | |
Properties | |
| bool | enablePriority [get] |
| ルートノードから辿って接続されていればtrueを返す。 More... | |
| int | priority [get] |
| ノードの優先順位。 More... | |
| BehaviourTreeInternal | behaviourTree [get] |
| ビヘイビアツリーを取得。 More... | |
| TreeNodeBase | parentNode [get] |
| 親ノードを取得。 More... | |
| NodeStatus | status [get] |
| ノードの状態。 More... | |
| bool | isActive [get] |
| アクティブならtrueを返す。 More... | |
Properties inherited from Node | |
| NodeGraph | nodeGraph [get] |
| NodeGraphを取得。 More... | |
| int | nodeID [get] |
| ノードIDを取得。 More... | |
Additional Inherited Members | |
Public Attributes inherited from Node | |
| Rect | position |
| Arbor Editor上での位置。 More... | |
| bool | showComment |
| コメントを表示するかどうか More... | |
| string | nodeComment |
| コメント More... | |
BehaviourTreeのノードの基本クラス。
| TreeNodeBase | ( | NodeGraph | nodeGraph, |
| int | nodeID | ||
| ) |
TreeNodeBaseのコンストラクタ
| nodeGraph | このノードを持つNodeGraph |
| nodeID | ノードID |
|
virtual |
|
pure virtual |
子へのNodeLinkSlotを持っているかどうか
Implemented in CompositeNode, ActionNode, and RootNode.
|
pure virtual |
親へのNodeLinkSlotを持っているかどうか
Implemented in CompositeNode, RootNode, and ActionNode.
|
virtual |
|
protectedpure virtual |
実行する際に呼ばれる。
Implemented in CompositeNode, RootNode, and ActionNode.
| override string ToString | ( | ) |
ノードを文字列に変換(デバッグ用)。
|
get |
ビヘイビアツリーを取得。
|
get |
ルートノードから辿って接続されていればtrueを返す。
|
get |
アクティブならtrueを返す。
|
get |
親ノードを取得。
|
get |
ノードの優先順位。
|
get |
ノードの状態。