|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
DataBranchの中間点に使用するスロット。 More...
Public Member Functions | |
| void | SetInputBranch (DataBranch branch) |
| DataBranchの設定。 More... | |
| void | RemoveInputBranch (DataBranch branch) |
| DataBranchの削除。 More... | |
| DataBranch | GetInputBranch () |
| DataBranchの取得。 More... | |
| bool | IsConnectedInput (DataBranch branch) |
| DataBranchと接続しているか判定する。 More... | |
| void | AddOutputBranch (DataBranch branch) |
| DataBranchの追加。 More... | |
| void | RemoveOutputBranch (DataBranch branch) |
| DataBranchの削除。 More... | |
| int | GetOutputBranchCount () |
| DataBranchの個数を取得。 More... | |
| DataBranch | GetOutputBranch (int index) |
| DataBranchの取得。 More... | |
| bool | IsConnectedOutput (DataBranch branch) |
| DataBranchと接続しているか判定する。 More... | |
| override void | Disconnect () |
| 接続を切断する。 More... | |
Public Attributes | |
| int | inputBranchID |
| 入力ブランチのID More... | |
| List< int > | outputBranchIDs = new List<int>() |
| 出力ブランチのID More... | |
| ClassTypeReference | type = new ClassTypeReference() |
| 接続可能な値の型 More... | |
Public Attributes inherited from DataSlot | |
| NodeGraph | nodeGraph |
| スロットが属しているステートマシン More... | |
| Rect | position |
| スロットのArborEditor上の位置(Editor Only) More... | |
Properties | |
| override SlotType | slotType [get] |
| スロットの種類 More... | |
| override System.Type | dataType [get] |
| スロットに格納されるデータの型 More... | |
Properties inherited from DataSlot | |
| abstract SlotType | slotType [get] |
| スロットの種類 More... | |
| abstract System.Type | dataType [get] |
| スロットに格納されるデータの型 More... | |
Additional Inherited Members | |
Events inherited from DataSlot | |
| System.Action< bool > | onConnectionChanged |
| 接続が変更されたときのコールバックイベント More... | |
DataBranchの中間点に使用するスロット。
| void AddOutputBranch | ( | DataBranch | branch | ) |
|
virtual |
接続を切断する。
Implements DataSlot.
| DataBranch GetInputBranch | ( | ) |
| DataBranch GetOutputBranch | ( | int | index | ) |
| int GetOutputBranchCount | ( | ) |
| bool IsConnectedInput | ( | DataBranch | branch | ) |
DataBranchと接続しているか判定する。
| branch | DataBranch |
Implements IInputSlot.
| bool IsConnectedOutput | ( | DataBranch | branch | ) |
DataBranchと接続しているか判定する。
| branch | DataBranch |
Implements IOutputSlot.
| void RemoveInputBranch | ( | DataBranch | branch | ) |
| void RemoveOutputBranch | ( | DataBranch | branch | ) |
| void SetInputBranch | ( | DataBranch | branch | ) |
| int inputBranchID |
入力ブランチのID
| List<int> outputBranchIDs = new List<int>() |
出力ブランチのID
| ClassTypeReference type = new ClassTypeReference() |
接続可能な値の型
|
get |
スロットに格納されるデータの型
|
get |
スロットの種類