Arbor 3: FSM & BT Graph Editor
3.7.8
|
Output slot More...
Public Member Functions | |
void | AddBranch (DataBranch branch) |
Addition of DataBranch. More... | |
OutputSlotBase () | |
OutputSlotBase constructor More... | |
bool | RemoveBranch (DataBranch branch) |
Remove DataBranch. More... | |
bool | RemoveBranchAt (int index) |
Remove DataBranch. More... | |
DataBranch | GetBranch (int index) |
Get DataBranch. More... | |
bool | IsConnected (DataBranch branch) |
It judges whether it is connected with DataBranch. More... | |
override void | Disconnect () |
Disconnect the connection. More... | |
override void | ClearBranch () |
Clear the connection status. More... | |
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... | |
Public Attributes | |
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... | |
Properties | |
override SlotType | slotType [get] |
Slot type More... | |
int | branchCount [get] |
Get count of DataBranch. 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... | |
Properties inherited from IDataSlot | |
SlotType | slotType [get] |
Slot type More... | |
System.Type | dataType [get] |
The type of data stored in the slot More... | |
Properties inherited from IOutputSlot | |
int | branchCount [get] |
Get count of DataBranch. More... | |
Properties inherited from ISerializeVersionCallbackReceiver | |
int | newestVersion [get] |
newest version More... | |
Additional Inherited Members | |
Events inherited from DataSlot | |
System.Action< bool > | onConnectionChanged |
Callback event when connection is changed More... | |
Output slot
OutputSlotBase | ( | ) |
OutputSlotBase constructor
void AddBranch | ( | DataBranch | branch | ) |
void AddOutputBranch | ( | DataBranch | branch | ) |
Addition of DataBranch.
branch | DataBranch |
|
virtual |
Clear the connection status.
Since the DataBranch remains, call it when the connection status is no longer needed by copy and paste.
Implements DataSlot.
|
virtual |
Disconnect the connection.
Implements DataSlot.
DataBranch GetBranch | ( | int | index | ) |
DataBranch GetOutputBranch | ( | int | index | ) |
int GetOutputBranchCount | ( | ) |
Get count of DataBranch.
bool IsConnected | ( | DataBranch | branch | ) |
It judges whether it is connected with DataBranch.
branch | DataBranch |
Implements IOutputSlot.
bool IsConnectedOutput | ( | DataBranch | branch | ) |
It judges whether it is connected with DataBranch.
branch | DataBranch |
bool RemoveBranch | ( | DataBranch | branch | ) |
bool RemoveBranchAt | ( | int | index | ) |
void RemoveOutputBranch | ( | DataBranch | branch | ) |
Remove DataBranch.
branch | DataBranch |
List<int> branchIDs = new List<int>() |
List of the destination branch
|
get |
Get count of DataBranch.
|
get |
Slot type