EdgeConnectorManipulator.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Manipulators/EdgeConnectorManipulator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Manipulators/EdgeConnectorManipulator.cs
Source file hash: sha256:f9680c6a893096b9f7b544b4ad52275d2766fcbfe9ecb42a4a9d32ed62c1f96d
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: EdgeConnectorManipulator
Section titled “Type: EdgeConnectorManipulator”Original lines: 17-242
Declaration hash: sha256:fc888b218dd706a798612cfbe0bc1c9a0534718372ea54c98484a595ba565a55
public class EdgeConnectorManipulator : MouseManipulator{}Method: EdgeConnectorManipulator(GraphViewHost host)
Section titled “Method: EdgeConnectorManipulator(GraphViewHost host)”Original lines: 54-58
Declaration hash: sha256:68c8f2ca03d692252ca193eba1edc402b6fbc2565e7e951ba346d66e1f02baa9
public EdgeConnectorManipulator(GraphViewHost host);Method: RegisterCallbacksOnTarget()
Section titled “Method: RegisterCallbacksOnTarget()”Original lines: 61-66
Declaration hash: sha256:89c279abff36cfa80ec011e880b8013618076a728a17f9077c54f630bf81c16b
protected override void RegisterCallbacksOnTarget();Method: UnregisterCallbacksFromTarget()
Section titled “Method: UnregisterCallbacksFromTarget()”Original lines: 69-75
Declaration hash: sha256:582e9ad572bb0d9f67632669f8fc53d7a51bf01cc2c9b01a60eddfb2b593fc48
protected override void UnregisterCallbacksFromTarget();