|
Arbor 3: FSM & BT Graph Editor
3.1.2
|
Interface of input CalculatorSlot. 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... | |
Interface of input CalculatorSlot.
| CalculatorBranch GetInputBranch | ( | ) |
| bool IsConnectedInput | ( | CalculatorBranch | branch | ) |
It judges whether it is connected with CalculatorBranch.
| branch | CalculatorBranch |
Implemented in RerouteSlot, and InputSlot< T >.
| void RemoveInputBranch | ( | CalculatorBranch | branch | ) |
Remove CalculatorBranch.
| branch | CalculatorBranch |
Implemented in RerouteSlot, and InputSlot< T >.
| void SetInputBranch | ( | CalculatorBranch | branch | ) |
Set CalculatorBranch.
| branch | CalculatorBranch |
Implemented in RerouteSlot, and InputSlot< T >.