|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Interface of input DataSlot. More...
Public Member Functions | |
| void | SetBranch (DataBranch branch) |
| Set DataBranch. More... | |
| bool | RemoveBranch (DataBranch branch) |
| Remove DataBranch. More... | |
| bool | ResetBranch () |
| Reset DataBranch More... | |
| DataBranch | GetBranch () |
| 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... | |
Additional Inherited Members | |
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 input DataSlot.
| DataBranch GetBranch | ( | ) |
| bool IsConnected | ( | DataBranch | branch | ) |
It judges whether it is connected with DataBranch.
| branch | DataBranch |
Implemented in InputSlotBase.
| bool RemoveBranch | ( | DataBranch | branch | ) |
Remove DataBranch.
| branch | DataBranch |
Implemented in InputSlotBase.
| bool ResetBranch | ( | ) |
| void SetBranch | ( | DataBranch | branch | ) |