Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

GraphPanManipulator.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Manipulators/GraphPanManipulator.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 15-177

Declaration hash: sha256:4ce14182caec459ea986d6c6d5a2531eb8c7b0f5b4e8da18271bb76a67699820

C#
public class GraphPanManipulator : MouseManipulator
{
}

Original lines: 41

Declaration hash: sha256:7b5a4f71e902eba8534d0532018101fe9eaf9254fd3680b9f8e96687f1f8cada

C#
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

C#
public GraphPanManipulator(Func<Vector2> getPan, Action<Vector2> onPanChanged);

Original lines: 61-65

Declaration hash: sha256:65c27213aaf8d06d68e15a7c8c9f18f99165fb8a4123cf7903977bc180ee7818

C#
public void ApplyPanDelta(Vector2 delta);

Original lines: 68-74

Declaration hash: sha256:89c279abff36cfa80ec011e880b8013618076a728a17f9077c54f630bf81c16b

C#
protected override void RegisterCallbacksOnTarget();

Original lines: 77-83

Declaration hash: sha256:582e9ad572bb0d9f67632669f8fc53d7a51bf01cc2c9b01a60eddfb2b593fc48

C#
protected override void UnregisterCallbacksFromTarget();
Full-size image