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

UnityEngine.Object type of input slot More...

Inheritance diagram for InputSlotUnityObject:
InputSlot< Object >

Public Member Functions

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...
 

Detailed Description

UnityEngine.Object type of input slot

Available Attributes :

Member Function Documentation

◆ GetValue< T >()

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 :Object