GraphPanManipulator.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Manipulators/GraphPanManipulator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Manipulators/GraphPanManipulator.cs
Source file hash: sha256:952e6225db71c4e05f3fdeb7695fe33896aab039c15115e86f7b87a7cc732ac5
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GraphPanManipulator
Section titled “Type: GraphPanManipulator”Original lines: 15-177
Declaration hash: sha256:4ce14182caec459ea986d6c6d5a2531eb8c7b0f5b4e8da18271bb76a67699820
public class GraphPanManipulator : MouseManipulator{}Property: IsLocked
Section titled “Property: IsLocked”Original lines: 41
Declaration hash: sha256:7b5a4f71e902eba8534d0532018101fe9eaf9254fd3680b9f8e96687f1f8cada
public bool IsLocked { get; set; }Method: GraphPanManipulator(Func<Vector2> getPan, Action<Vector2> onPanChanged)
Section titled “Method: GraphPanManipulator(Func<Vector2> getPan, Action<Vector2> onPanChanged)”Original lines: 49-55
Declaration hash: sha256:337b5ce33952769e1e4217dca5b33da9478fa3b4cd20c03b375699181f69ecb5
public GraphPanManipulator(Func<Vector2> getPan, Action<Vector2> onPanChanged);Method: ApplyPanDelta(Vector2 delta)
Section titled “Method: ApplyPanDelta(Vector2 delta)”Original lines: 61-65
Declaration hash: sha256:65c27213aaf8d06d68e15a7c8c9f18f99165fb8a4123cf7903977bc180ee7818
public void ApplyPanDelta(Vector2 delta);Method: RegisterCallbacksOnTarget()
Section titled “Method: RegisterCallbacksOnTarget()”Original lines: 68-74
Declaration hash: sha256:89c279abff36cfa80ec011e880b8013618076a728a17f9077c54f630bf81c16b
protected override void RegisterCallbacksOnTarget();Method: UnregisterCallbacksFromTarget()
Section titled “Method: UnregisterCallbacksFromTarget()”Original lines: 77-83
Declaration hash: sha256:582e9ad572bb0d9f67632669f8fc53d7a51bf01cc2c9b01a60eddfb2b593fc48
protected override void UnregisterCallbacksFromTarget();