Files
APIVisualExecutor/docs/api/Nodify_Interactivity_EditorGestures_ItemContainerGestures.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

1.6 KiB

EditorGestures.ItemContainerGestures Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.ItemContainerGestures

References: EditorGestures, InputGestureRef, EditorGestures.SelectionGestures

public class ItemContainerGestures  

Constructors

EditorGestures.ItemContainerGestures()

public ItemContainerGestures();  

Properties

CancelAction

public InputGestureRef CancelAction { get; set; }  

Property Value

InputGestureRef

Drag

public InputGestureRef Drag { get; set; }  

Property Value

InputGestureRef

Selection

public SelectionGestures Selection { get; set; }  

Property Value

EditorGestures.SelectionGestures

Methods

Apply(EditorGestures.ItemContainerGestures)

public void Apply(EditorGestures.ItemContainerGestures gestures);  

Parameters

gestures EditorGestures.ItemContainerGestures

Unbind()

public void Unbind();