Arbor 3: FSM & BT Graph Editor
3.7.8
|
UnityEngine.Object type of input slot More...
Public Member Functions | |
T | GetValue< T > () |
Get value. More... | |
Public Member Functions inherited from InputSlot< Object > | |
bool | GetValue (ref T value) |
Get the value More... | |
Additional Inherited Members | |
Protected Member Functions inherited from InputSlot< Object > | |
override object | GetValueObject () |
Get the value object. More... | |
Properties inherited from InputSlot< Object > | |
override System.Type | dataType [get] |
The type of data stored in the slot More... | |
UnityEngine.Object type of input slot
Available Attributes :
T GetValue< T > | ( | ) |
Get value.
T | Type of value to get. |
T | : | Object |