|
Arbor 3: FSM & BT Graph Editor
3.1.0
|
Interface of output CalculatorSlot. More...
Public Member Functions | |
| 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... | |
Interface of output CalculatorSlot.
| void AddOutputBranch | ( | CalculatorBranch | branch | ) |
Addition of CalculatorBranch.
| branch | CalculatorBranch |
Implemented in RerouteSlot, and OutputSlot< T >.
| CalculatorBranch GetOutputBranch | ( | int | index | ) |
Get CalculatorBranch.
| index | Index |
Implemented in RerouteSlot, and OutputSlot< T >.
| int GetOutputBranchCount | ( | ) |
Get count of CalculatorBranch.
Implemented in RerouteSlot, and OutputSlot< T >.
| bool IsConnectedOutput | ( | CalculatorBranch | branch | ) |
It judges whether it is connected with CalculatorBranch.
| branch | CalculatorBranch |
Implemented in RerouteSlot, and OutputSlot< T >.
| void RemoveOutputBranch | ( | CalculatorBranch | branch | ) |
Remove CalculatorBranch.
| branch | CalculatorBranch |
Implemented in RerouteSlot, and OutputSlot< T >.