Skip to content

Interactivity / EditorGestures / MinimapGestures

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.MinimapGestures

References: EditorGestures.DirectionalNavigationGestures, EditorGestures, InputGestureRef

public class MinimapGestures
public MinimapGestures();
public InputGestureRef CancelAction { get; set; }

Property Value

InputGestureRef

public InputGestureRef DragViewport { get; set; }

Property Value

InputGestureRef

public DirectionalNavigationGestures Pan { get; set; }

Property Value

EditorGestures.DirectionalNavigationGestures

public InputGestureRef ResetViewport { get; set; }

Property Value

InputGestureRef

public InputGestureRef ZoomIn { get; set; }

Property Value

InputGestureRef

public ModifierKeys ZoomModifierKey { get; set; }

Property Value

ModifierKeys

public InputGestureRef ZoomOut { get; set; }

Property Value

InputGestureRef

public void Apply(EditorGestures.MinimapGestures gestures);

Parameters

gestures EditorGestures.MinimapGestures

public void Unbind();