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