Arbor 3: FSM & BT Graph Editor
3.4.0
|
Input slot More...
Public Member Functions | |
void | SetInputBranch (DataBranch branch) |
Set DataBranch. More... | |
void | RemoveInputBranch (DataBranch branch) |
Remove DataBranch. More... | |
DataBranch | GetInputBranch () |
Get DataBranch. More... | |
bool | IsConnectedInput (DataBranch branch) |
It judges whether it is connected with DataBranch. More... | |
override void | Disconnect () |
Disconnect the connection. 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... | |
DataBranch | 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
|
virtual |
Disconnect the connection.
Implements DataSlot.
DataBranch GetInputBranch | ( | ) |
bool IsConnectedInput | ( | DataBranch | branch | ) |
It judges whether it is connected with DataBranch.
branch | DataBranch |
Implements IInputSlot.
void RemoveInputBranch | ( | DataBranch | branch | ) |
void SetInputBranch | ( | DataBranch | 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.