Skip to content

Nodify_Interactivity_EditorGestures_MinimapGestures

miroiu edited this page Jun 18, 2025 · 2 revisions

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();  
Clone this wiki locally