Arbor 3: FSM & BT Graph Editor  3.5.1
InputSlotUnityObject Class Reference

UnityEngine.Object type of input slot More...

Inheritance diagram for InputSlotUnityObject:
InputSlot< UnityEngine.Object >

Public Member Functions

GetValue< T > ()
 Get value. More...
 
- Public Member Functions inherited from InputSlot< UnityEngine.Object >
bool GetValue (ref T value)
 Get the value More...
 

Additional Inherited Members

- Properties inherited from InputSlot< UnityEngine.Object >
override System.Type dataType [get]
 The type of data stored in the slot More...
 

Detailed Description

UnityEngine.Object type of input slot

Available Attributes :

Member Function Documentation

T GetValue< T > ( )

Get value.

Template Parameters
TType of value to get.
Returns
The value you got. If there is none, it returns null.
Type Constraints
T :UnityEngine.Object