|
Arbor 3: FSM & BT Graph Editor
3.1.2
|
Slot used for midpoint of CalculatorBranch. More...
Public Member Functions | |
| void | SetInputBranch (CalculatorBranch branch) |
| Set CalculatorBranch. More... | |
| void | RemoveInputBranch (CalculatorBranch branch) |
| Remove CalculatorBranch. More... | |
| CalculatorBranch | GetInputBranch () |
| Get CalculatorBranch. More... | |
| bool | IsConnectedInput (CalculatorBranch branch) |
| It judges whether it is connected with CalculatorBranch. More... | |
| void | AddOutputBranch (CalculatorBranch branch) |
| Addition of CalculatorBranch. More... | |
| void | RemoveOutputBranch (CalculatorBranch branch) |
| Remove CalculatorBranch. More... | |
| int | GetOutputBranchCount () |
| Get count of CalculatorBranch. More... | |
| CalculatorBranch | GetOutputBranch (int index) |
| Get CalculatorBranch. More... | |
| bool | IsConnectedOutput (CalculatorBranch branch) |
| It judges whether it is connected with CalculatorBranch. More... | |
Public Attributes | |
| int | inputBranchID |
| Input branch ID More... | |
| List< int > | outputBranchIDs = new List<int>() |
| Output branch ID More... | |
| ClassTypeReference | type = new ClassTypeReference() |
| Connectable value type More... | |
Public Attributes inherited from CalculatorSlot | |
| NodeGraph | nodeGraph |
| State machine slot belongs More... | |
| Rect | position |
| Position on ArborEditor of slot(Editor Only) More... | |
Properties | |
| override SlotType | slotType [get] |
| Slot type More... | |
| override System.Type | dataType [get] |
| The type of data stored in the slot More... | |
Properties inherited from CalculatorSlot | |
| abstract SlotType | slotType [get] |
| Slot type More... | |
| abstract System.Type | dataType [get] |
| The type of data stored in the slot More... | |
Slot used for midpoint of CalculatorBranch.
| void AddOutputBranch | ( | CalculatorBranch | branch | ) |
| CalculatorBranch GetInputBranch | ( | ) |
| CalculatorBranch GetOutputBranch | ( | int | index | ) |
| int GetOutputBranchCount | ( | ) |
| bool IsConnectedInput | ( | CalculatorBranch | branch | ) |
It judges whether it is connected with CalculatorBranch.
| branch | CalculatorBranch |
Implements IInputSlot.
| bool IsConnectedOutput | ( | CalculatorBranch | branch | ) |
It judges whether it is connected with CalculatorBranch.
| branch | CalculatorBranch |
Implements IOutputSlot.
| void RemoveInputBranch | ( | CalculatorBranch | branch | ) |
| void RemoveOutputBranch | ( | CalculatorBranch | branch | ) |
| void SetInputBranch | ( | CalculatorBranch | branch | ) |
| int inputBranchID |
Input branch ID
| List<int> outputBranchIDs = new List<int>() |
Output branch ID
| ClassTypeReference type = new ClassTypeReference() |
Connectable value type
|
get |
The type of data stored in the slot
|
get |
Slot type