EdgeEndpointManipulator.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Manipulators/EdgeEndpointManipulator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Manipulators/EdgeEndpointManipulator.cs
Source file hash: sha256:d99882a87c01d15eac7613c85481231712ec7c8af3d8502e12450d9f978ee4bf
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: EdgeEndpointManipulator
Section titled “Type: EdgeEndpointManipulator”Original lines: 19-127
Declaration hash: sha256:b8612e305955b6f2d4baf947192b39d04f0c86cdd25cc91c589cdca3b4c33d34
public class EdgeEndpointManipulator : MouseManipulator{}Method: EdgeEndpointManipulator(GraphViewHost host)
Section titled “Method: EdgeEndpointManipulator(GraphViewHost host)”Original lines: 35-39
Declaration hash: sha256:65723bf999d941e26ec6e82c8983d171a09b463bc6da16c190d85becbd8db849
public EdgeEndpointManipulator(GraphViewHost host);Method: RegisterCallbacksOnTarget()
Section titled “Method: RegisterCallbacksOnTarget()”Original lines: 42-47
Declaration hash: sha256:89c279abff36cfa80ec011e880b8013618076a728a17f9077c54f630bf81c16b
protected override void RegisterCallbacksOnTarget();Method: UnregisterCallbacksFromTarget()
Section titled “Method: UnregisterCallbacksFromTarget()”Original lines: 50-56
Declaration hash: sha256:582e9ad572bb0d9f67632669f8fc53d7a51bf01cc2c9b01a60eddfb2b593fc48
protected override void UnregisterCallbacksFromTarget();