Arbor 3: FSM & BT Graph Editor
3.1.1
|
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... | |
Properties | |
override System.Type | dataType [get] |
The type of data stored in the slot More... | |
Input slot class specifying type
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