-
-
Notifications
You must be signed in to change notification settings - Fork 276
Nodify_Interactivity_EditorGestures_MinimapGestures
miroiu edited this page Jun 18, 2025
·
2 revisions
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorGestures.MinimapGestures
References: EditorGestures.DirectionalNavigationGestures, EditorGestures, InputGestureRef
public class MinimapGestures
public MinimapGestures();
public InputGestureRef CancelAction { get; set; }
Property Value
public InputGestureRef DragViewport { get; set; }
Property Value
public DirectionalNavigationGestures Pan { get; set; }
Property Value
EditorGestures.DirectionalNavigationGestures
public InputGestureRef ResetViewport { get; set; }
Property Value
public InputGestureRef ZoomIn { get; set; }
Property Value
public ModifierKeys ZoomModifierKey { get; set; }
Property Value
public InputGestureRef ZoomOut { get; set; }
Property Value
public void Apply(EditorGestures.MinimapGestures gestures);
Parameters
gestures
EditorGestures.MinimapGestures
public void Unbind();