|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Slot for connecting a calculator node. More...
Public Member Functions | |
| abstract void | Disconnect () |
| Disconnect the connection. More... | |
| abstract void | ClearBranch () |
| Clear the connection status. More... | |
Public Attributes | |
| NodeGraph | nodeGraph |
| State machine slot belongs More... | |
| Rect | position |
| Position on ArborEditor of slot(Editor Only) More... | |
Properties | |
| 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... | |
Events | |
| System.Action< bool > | onConnectionChanged |
| Callback event when connection is changed More... | |
Slot for connecting a calculator node.
|
pure virtual |
Clear the connection status.
Since the DataBranch remains, call it when the connection status is no longer needed by copy and paste.
Implemented in RerouteSlot, OutputSlotBase, and InputSlotBase.
|
pure virtual |
Disconnect the connection.
Implements IDataSlot.
Implemented in OutputSlotBase, InputSlotBase, and RerouteSlot.
| Rect position |
Position on ArborEditor of slot(Editor Only)
|
get |
The type of data stored in the slot
|
get |
Slot type
| System.Action<bool> onConnectionChanged |
Callback event when connection is changed