-
-
Notifications
You must be signed in to change notification settings - Fork 234
Nodify_Interactivity_MinimapState_Panning
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → InputElementState<Minimap> → DragState<Minimap> → MinimapState.Panning
References: Minimap
public class Panning : DragState<Minimap>
public Panning(Minimap minimap);
Parameters
minimap
Minimap
protected override bool CanBegin { get; set; }
Property Value
protected override bool CanCancel { get; set; }
Property Value
protected override bool IsToggle { get; set; }
Property Value
protected override void OnBegin(InputEventArgs e);
Parameters
protected override void OnCancel(InputEventArgs e);
Parameters
protected override void OnEnd(InputEventArgs e);
Parameters
protected override void OnMouseMove(MouseEventArgs e);
Parameters