Arbor 3: FSM & BT Graph Editor  3.5.0
OutputSlotTypable Class Reference

Output slot class specifying type More...

Inheritance diagram for OutputSlotTypable:
OutputSlotBase DataSlot IOutputSlot

Public Member Functions

 OutputSlotTypable ()
 OutputSlotTypable constructor More...
 
 OutputSlotTypable (System.Type type)
 OutputSlotTypable constructor More...
 
void SetValue (object value)
 Set the value More...
 
- Public Member Functions inherited from OutputSlotBase
void AddOutputBranch (DataBranch branch)
 Addition of DataBranch. More...
 
void RemoveOutputBranch (DataBranch branch)
 Remove DataBranch. More...
 
int GetOutputBranchCount ()
 Get count of DataBranch. More...
 
DataBranch GetOutputBranch (int index)
 Get DataBranch. More...
 
bool IsConnectedOutput (DataBranch branch)
 It judges whether it is connected with DataBranch. More...
 
override void Disconnect ()
 Disconnect the connection. More...
 

Properties

override System.Type dataType [get]
 The type of data stored in the slot More...
 
- Properties inherited from OutputSlotBase
override SlotType slotType [get]
 Slot type More...
 
- Properties inherited from DataSlot
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 OutputSlotBase
List< int > branchIDs = new List<int>()
 List of the destination branch More...
 
- Public Attributes inherited from DataSlot
NodeGraph nodeGraph
 State machine slot belongs More...
 
Rect position
 Position on ArborEditor of slot(Editor Only) More...
 
- Events inherited from DataSlot
System.Action< bool > onConnectionChanged
 Callback event when connection is changed More...
 

Detailed Description

Output slot class specifying type

Available Attributes :

Constructor & Destructor Documentation

OutputSlotTypable ( System.Type  type)

OutputSlotTypable constructor

Parameters
typeData type to be stored in the slot

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