|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Input slot class specifying type More...
Protected Member Functions | |
| override object | GetValueObject () |
| Get the value object. More... | |
Properties | |
| override System.Type | dataType [get] |
| The type of data stored in the slot More... | |
Properties inherited from InputSlotBase | |
| 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... | |
Properties inherited from DataSlot | |
| abstract SlotType | slotType [get] |
| Slot type More... | |
| abstract System.Type | dataType [get] |
| The type of data stored in the slot More... | |
Properties inherited from IDataSlot | |
| SlotType | slotType [get] |
| Slot type More... | |
| System.Type | dataType [get] |
| The type of data stored in the slot More... | |
Additional Inherited Members | |
Public Attributes inherited from InputSlotBase | |
| int | branchID |
| Branch ID More... | |
Public Attributes inherited from DataSlot | |
| NodeGraph | nodeGraph |
| State machine slot belongs More... | |
| Rect | position |
| Position on ArborEditor of slot(Editor Only) More... | |
Events inherited from DataSlot | |
| 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 |
|
protectedvirtual |
|
get |
The type of data stored in the slot