Arbor 3: FSM & BT Graph Editor
3.1.3
|
Input slot 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... | |
Public Attributes | |
int | branchID |
Branch ID More... | |
![]() | |
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... | |
CalculatorBranch | branch [get] |
Get branch More... | |
bool | isUsed [get] |
Gets whether or not a value is used. More... | |
float | updatedTime [get] |
Time that does not depend on timeScale when value is updated. More... | |
![]() | |
abstract SlotType | slotType [get] |
Slot type More... | |
abstract System.Type | dataType [get] |
The type of data stored in the slot More... | |
Input slot
CalculatorBranch GetInputBranch | ( | ) |
bool IsConnectedInput | ( | CalculatorBranch | branch | ) |
It judges whether it is connected with CalculatorBranch.
branch | CalculatorBranch |
Implements IInputSlot.
void RemoveInputBranch | ( | CalculatorBranch | branch | ) |
void SetInputBranch | ( | CalculatorBranch | branch | ) |
int branchID |
Branch ID
|
get |
Get branch
|
get |
Gets whether or not a value is used.
|
get |
Slot type
|
get |
Time that does not depend on timeScale when value is updated.