Arbor 3: FSM & BT Graph Editor
3.6.4
|
StateLinkのリルートノード More...
Public Member Functions | |
StateLinkRerouteNode (NodeGraph nodeGraph, int nodeID) | |
StateLinkRerouteNodeのコンストラクタ More... | |
![]() | |
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 | |
StateLink | link = new StateLink() |
遷移先ステート More... | |
Vector2 | direction = Vector2.right |
ラインの方向 More... | |
![]() | |
Rect | position |
Arbor Editor上での位置。 More... | |
bool | showComment |
コメントを表示するかどうか More... | |
string | nodeComment |
コメント More... | |
Additional Inherited Members | |
![]() | |
virtual void | OnGraphChanged () |
Nodeが所属するNodeGraphが変わった際に呼ばれる。 More... | |
![]() | |
NodeGraph | nodeGraph [get] |
NodeGraphを取得。 More... | |
int | nodeID [get] |
ノードIDを取得。 More... | |
StateLinkのリルートノード
StateLinkRerouteNode | ( | NodeGraph | nodeGraph, |
int | nodeID | ||
) |
StateLinkRerouteNodeのコンストラクタ
nodeGraph | このノードを持つNodeGraph |
nodeID | ノードID |
StateLinkRerouteNodeの生成はArborFSMInternal.CreateStateLinkRerouteNode(Vector2)を使用してください。
Vector2 direction = Vector2.right |
ラインの方向