Arbor 3: FSM & BT Graph Editor
3.1.3
|
Generic class of the output slot More...
Public Member Functions | |
void | SetValue (T value) |
Set the value 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... | |
Properties | |
override System.Type | dataType [get] |
The type of data stored in the slot More... | |
![]() | |
override SlotType | slotType [get] |
Slot type More... | |
![]() | |
abstract SlotType | slotType [get] |
Slot type More... | |
abstract System.Type | dataType [get] |
The type of data stored in the slot More... | |
Additional Inherited Members | |
![]() | |
List< int > | branchIDs = new List<int>() |
List of the destination branch More... | |
![]() | |
NodeGraph | nodeGraph |
State machine slot belongs More... | |
Rect | position |
Position on ArborEditor of slot(Editor Only) More... | |
Generic class of the output slot
T | Type of data |
void SetValue | ( | T | value | ) |
Set the value
value | The value to be set |
|
get |
The type of data stored in the slot