Skip to content

Nodify_Interactivity_NodifyEditorGestures_KeyboardGestures

miroiu edited this page Jun 18, 2025 · 1 revision

NodifyEditorGestures.KeyboardGestures Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectNodifyEditorGestures.KeyboardGestures

References: EditorGestures.DirectionalNavigationGestures, InputGestureRef, EditorGestures.NodifyEditorGestures

public class KeyboardGestures  

Constructors

NodifyEditorGestures.KeyboardGestures()

public KeyboardGestures();  

Properties

DeselectAll

public InputGestureRef DeselectAll { get; set; }  

Property Value

InputGestureRef

DragSelection

public DirectionalNavigationGestures DragSelection { get; set; }  

Property Value

EditorGestures.DirectionalNavigationGestures

NavigateSelection

public DirectionalNavigationGestures NavigateSelection { get; set; }  

Property Value

EditorGestures.DirectionalNavigationGestures

NextNavigationLayer

public InputGestureRef NextNavigationLayer { get; set; }  

Property Value

InputGestureRef

Pan

public DirectionalNavigationGestures Pan { get; set; }  

Property Value

EditorGestures.DirectionalNavigationGestures

PrevNavigationLayer

public InputGestureRef PrevNavigationLayer { get; set; }  

Property Value

InputGestureRef

ToggleSelected

public InputGestureRef ToggleSelected { get; set; }  

Property Value

InputGestureRef

Methods

Apply(NodifyEditorGestures.KeyboardGestures)

public void Apply(NodifyEditorGestures.KeyboardGestures gestures);  

Parameters

gestures NodifyEditorGestures.KeyboardGestures

Unbind()

public void Unbind();  
Clone this wiki locally