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

Input slot class specifying type More...

Inheritance diagram for InputSlotAny:
InputSlotBase CalculatorSlot IInputSlot

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...
 
- Public Member Functions inherited from InputSlotBase
void SetInputBranch (CalculatorBranch branch)
 Set CalculatorBranch. More...
 
void RemoveInputBranch (CalculatorBranch branch)
 Remove CalculatorBranch. More...
 
CalculatorBranch GetInputBranch ()
 Get CalculatorBranch. More...
 
bool IsConnectedInput (CalculatorBranch branch)
 It judges whether it is connected with CalculatorBranch. More...
 

Properties

override System.Type dataType [get]
 The type of data stored in the slot More...
 
- Properties inherited from InputSlotBase
override SlotType slotType [get]
 Slot type More...
 
CalculatorBranch branch [get]
 Get branch More...
 
bool isUsed [get]
 Gets whether or not a value is used. More...
 
float updatedTime [get]
 Time that does not depend on timeScale when value is updated. More...
 
- Properties inherited from CalculatorSlot
abstract SlotType slotType [get]
 Slot type More...
 
abstract System.Type dataType [get]
 The type of data stored in the slot More...
 

Additional Inherited Members

- Public Attributes inherited from InputSlotBase
int branchID
 Branch ID More...
 
- Public Attributes inherited from CalculatorSlot
NodeGraph nodeGraph
 State machine slot belongs More...
 
Rect position
 Position on ArborEditor of slot(Editor Only) More...
 

Detailed Description

Input slot class specifying type

Available Attributes :

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