-
-
Notifications
You must be signed in to change notification settings - Fork 275
Nodify_Interactivity_EditorGestures_ItemContainerGestures
miroiu edited this page Jun 18, 2025
·
2 revisions
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorGestures.ItemContainerGestures
References: EditorGestures, InputGestureRef, EditorGestures.SelectionGestures
public class ItemContainerGestures
public ItemContainerGestures();
public InputGestureRef CancelAction { get; set; }
Property Value
public InputGestureRef Drag { get; set; }
Property Value
public SelectionGestures Selection { get; set; }
Property Value
EditorGestures.SelectionGestures
public void Apply(EditorGestures.ItemContainerGestures gestures);
Parameters
gestures
EditorGestures.ItemContainerGestures
public void Unbind();