|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Interface of output DataSlot. More...
Public Member Functions | |
| void | AddBranch (DataBranch branch) |
| Addition of DataBranch. 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... | |
Public Member Functions inherited from IDataSlot | |
| void | Disconnect () |
| Disconnect the connection. More... | |
Properties | |
| int | branchCount [get] |
| Get count of DataBranch. More... | |
Properties inherited from IDataSlot | |
| SlotType | slotType [get] |
| Slot type More... | |
| System.Type | dataType [get] |
| The type of data stored in the slot More... | |
Interface of output DataSlot.
| void AddBranch | ( | DataBranch | branch | ) |
| DataBranch GetBranch | ( | int | index | ) |
| bool IsConnected | ( | DataBranch | branch | ) |
It judges whether it is connected with DataBranch.
| branch | DataBranch |
Implemented in OutputSlotBase.
| bool RemoveBranch | ( | DataBranch | branch | ) |
| bool RemoveBranchAt | ( | int | index | ) |
|
get |
Get count of DataBranch.