-
-
Notifications
You must be signed in to change notification settings - Fork 343
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(); | English | 简体中文 |
|---|
- Hierarchy and terminology
- Content layers
- Creating an editor
- Using a theme
- Minimal example
- Drawing a grid
- Moving the viewport
- Zooming
- Scrolling
- Selecting items
- Pushing items
- Snapping to grid
- Editor gestures
- Commands