Arbor 3: FSM & BT Graph Editor  3.1.1
InputSlotAny Class Reference

Input slot class specifying type More...

Inheritance diagram for InputSlotAny:
InputSlot

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

Detailed Description

Input slot class specifying type

Constructor & Destructor Documentation

InputSlotAny default constructor

InputSlotAny ( System.Type  targetType)

InputSlotAny constructor

Parameters
targetTypeInput type

Member Function Documentation

bool GetValue ( ref object  value)

Get the value

Parameters
valueThe value you get
Returns
Whether the branch is connected.
bool GetValue< T > ( ref T  value)

Get the value

Parameters
valueThe value you get
Returns
Whether the branch is connected.

Property Documentation

override System.Type dataType
get

The type of data stored in the slot