Arbor 3: FSM & BT Graph Editor
3.6.8
|
Input slot class specifying type More...
Public Member Functions | |
InputSlotAny () | |
InputSlotAny default constructor More... | |
InputSlotAny (System.Type targetType) | |
InputSlotAny constructor More... | |
bool | GetValue (ref object value) |
Get the value More... | |
bool | GetValue< T > (ref T value) |
Get the value More... | |
![]() | |
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... | |
Properties | |
override System.Type | dataType [get] |
The type of data stored in the slot More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
int | branchID |
Branch ID More... | |
![]() | |
NodeGraph | nodeGraph |
State machine slot belongs More... | |
Rect | position |
Position on ArborEditor of slot(Editor Only) More... | |
![]() | |
System.Action< bool > | onConnectionChanged |
Callback event when connection is changed More... | |
Input slot class specifying type
Available Attributes :
InputSlotAny | ( | ) |
InputSlotAny default constructor
InputSlotAny | ( | System.Type | targetType | ) |
InputSlotAny constructor
targetType | Input type |
bool GetValue | ( | ref object | value | ) |
Get the value
value | The value you get |
bool GetValue< T > | ( | ref T | value | ) |
Get the value
value | The value you get |
|
get |
The type of data stored in the slot