Files
APIVisualExecutor/docs/api/Nodify_Interactivity_EditorGestures_MinimapGestures.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

2.3 KiB

EditorGestures.MinimapGestures Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.MinimapGestures

References: EditorGestures.DirectionalNavigationGestures, EditorGestures, InputGestureRef

public class MinimapGestures  

Constructors

EditorGestures.MinimapGestures()

public MinimapGestures();  

Properties

CancelAction

public InputGestureRef CancelAction { get; set; }  

Property Value

InputGestureRef

DragViewport

public InputGestureRef DragViewport { get; set; }  

Property Value

InputGestureRef

Pan

public DirectionalNavigationGestures Pan { get; set; }  

Property Value

EditorGestures.DirectionalNavigationGestures

ResetViewport

public InputGestureRef ResetViewport { get; set; }  

Property Value

InputGestureRef

ZoomIn

public InputGestureRef ZoomIn { get; set; }  

Property Value

InputGestureRef

ZoomModifierKey

public ModifierKeys ZoomModifierKey { get; set; }  

Property Value

ModifierKeys

ZoomOut

public InputGestureRef ZoomOut { get; set; }  

Property Value

InputGestureRef

Methods

Apply(EditorGestures.MinimapGestures)

public void Apply(EditorGestures.MinimapGestures gestures);  

Parameters

gestures EditorGestures.MinimapGestures

Unbind()

public void Unbind();