Skip to content

Nodify_Interactivity_EditorGestures_ItemContainerGestures

miroiu edited this page Dec 23, 2024 · 1 revision

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

Clone this wiki locally