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

Output slot class specifying type More...

Inheritance diagram for OutputSlotAny:
OutputSlot

Public Member Functions

 OutputSlotAny ()
 OutputSlotAny default constructor More...
 
 OutputSlotAny (System.Type targetType)
 OutputSlotAny constructor More...
 
void SetValue (object value)
 Set the value More...
 

Properties

override System.Type dataType [get]
 The type of data stored in the slot More...
 

Detailed Description

Output slot class specifying type

Constructor & Destructor Documentation

OutputSlotAny default constructor

OutputSlotAny ( System.Type  targetType)

OutputSlotAny constructor

Parameters
targetTypeOutput type

Member Function Documentation

void SetValue ( object  value)

Set the value

Parameters
valueThe value to be set

Property Documentation

override System.Type dataType
get

The type of data stored in the slot