GraphSelectionManipulator.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Manipulators/GraphSelectionManipulator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Manipulators/GraphSelectionManipulator.cs
Source file hash: sha256:30db95e54b401d09fdc129cea4d26d9c0c8daae250aec3cebf7b804279bf7fc4
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GraphSelectionManipulator
Section titled “Type: GraphSelectionManipulator”Original lines: 22-172
Declaration hash: sha256:b38a356889765a142f2c0f6f7e82c9b7608811b875f05c2530f12cb849a2f3d7
public class GraphSelectionManipulator : MouseManipulator{}Method: GraphSelectionManipulator(GraphViewHost host, bool enableMarquee, float dragThreshold)
Section titled “Method: GraphSelectionManipulator(GraphViewHost host, bool enableMarquee, float dragThreshold)”Original lines: 38-44
Declaration hash: sha256:bfb308821a250e89c0fc23b7fbf59f1ac941dd473bcfceb7c473aab6a1538312
public GraphSelectionManipulator(GraphViewHost host, bool enableMarquee, float dragThreshold);Method: RegisterCallbacksOnTarget()
Section titled “Method: RegisterCallbacksOnTarget()”Original lines: 47-52
Declaration hash: sha256:89c279abff36cfa80ec011e880b8013618076a728a17f9077c54f630bf81c16b
protected override void RegisterCallbacksOnTarget();Method: UnregisterCallbacksFromTarget()
Section titled “Method: UnregisterCallbacksFromTarget()”Original lines: 55-60
Declaration hash: sha256:582e9ad572bb0d9f67632669f8fc53d7a51bf01cc2c9b01a60eddfb2b593fc48
protected override void UnregisterCallbacksFromTarget();