|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
NodeBehaviourがNodeGraphの入れ物である場合に使用するインターフェイス [詳解]
公開メンバ関数 | |
| int | GetNodeGraphCount () |
| NodeGraphの個数を取得。 [詳解] | |
| T | GetNodeGraph< T > (int index) |
| NodeGraphを取得する。 [詳解] | |
| void | SetNodeGraph (int index, NodeGraph graph) |
| NodeGraphを設定する。 [詳解] | |
| void | OnFinishNodeGraph (NodeGraph graph, bool success) |
| この関数はNodeGraphが完了した時に呼ばれる。 [詳解] | |
NodeBehaviourがNodeGraphの入れ物である場合に使用するインターフェイス
| T GetNodeGraph< T > | ( | int | index | ) |
| int GetNodeGraphCount | ( | ) |
NodeGraphの個数を取得。
| void OnFinishNodeGraph | ( | NodeGraph | graph, |
| bool | success | ||
| ) |
この関数はNodeGraphが完了した時に呼ばれる。
| graph | NodeGraph |
| success | 成功であるかどうか |