-
-
Notifications
You must be signed in to change notification settings - Fork 276
Nodify_Interactivity_NodifyEditorGestures_KeyboardGestures
miroiu edited this page Jun 18, 2025
·
1 revision
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → NodifyEditorGestures.KeyboardGestures
References: EditorGestures.DirectionalNavigationGestures, InputGestureRef, EditorGestures.NodifyEditorGestures
public class KeyboardGestures
public KeyboardGestures();
public InputGestureRef DeselectAll { get; set; }
Property Value
public DirectionalNavigationGestures DragSelection { get; set; }
Property Value
EditorGestures.DirectionalNavigationGestures
public DirectionalNavigationGestures NavigateSelection { get; set; }
Property Value
EditorGestures.DirectionalNavigationGestures
public InputGestureRef NextNavigationLayer { get; set; }
Property Value
public DirectionalNavigationGestures Pan { get; set; }
Property Value
EditorGestures.DirectionalNavigationGestures
public InputGestureRef PrevNavigationLayer { get; set; }
Property Value
public InputGestureRef ToggleSelected { get; set; }
Property Value
public void Apply(NodifyEditorGestures.KeyboardGestures gestures);
Parameters
gestures
NodifyEditorGestures.KeyboardGestures
public void Unbind();