|
Arbor 3: FSM & BT Graph Editor
3.1.3
|
入力スロットのジェネリッククラス More...
Public Member Functions | |
| bool | GetValue (ref T value) |
| 値を取得する More... | |
Public Member Functions inherited from InputSlotBase | |
| void | SetInputBranch (CalculatorBranch branch) |
| CalculatorBranchの設定。 More... | |
| void | RemoveInputBranch (CalculatorBranch branch) |
| CalculatorBranchの削除。 More... | |
| CalculatorBranch | GetInputBranch () |
| CalculatorBranchの取得。 More... | |
| bool | IsConnectedInput (CalculatorBranch branch) |
| CalculatorBranchと接続しているか判定する。 More... | |
Properties | |
| override System.Type | dataType [get] |
| スロットに格納されるデータの型 More... | |
Properties inherited from InputSlotBase | |
| override SlotType | slotType [get] |
| スロットの種類 More... | |
| CalculatorBranch | branch [get] |
| ブランチを取得する。 More... | |
| bool | isUsed [get] |
| 値が使われているかどうかを取得する。 More... | |
| float | updatedTime [get] |
| valueを更新した timeScale に依存しない時間。 More... | |
Properties inherited from CalculatorSlot | |
| abstract SlotType | slotType [get] |
| スロットの種類 More... | |
| abstract System.Type | dataType [get] |
| スロットに格納されるデータの型 More... | |
Additional Inherited Members | |
Public Attributes inherited from InputSlotBase | |
| int | branchID |
| ブランチのID More... | |
Public Attributes inherited from CalculatorSlot | |
| NodeGraph | nodeGraph |
| スロットが属しているステートマシン More... | |
| Rect | position |
| スロットのArborEditor上の位置(Editor Only) More... | |
入力スロットのジェネリッククラス
| T | データの型 |
| bool GetValue | ( | ref T | value | ) |
値を取得する
| value | 取得する値 |
|
get |
スロットに格納されるデータの型