Skip to content

Interactivity / EditorGestures / ItemContainerGestures

EditorGestures.ItemContainerGestures Class

Section titled “EditorGestures.ItemContainerGestures Class”

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.ItemContainerGestures

References: EditorGestures, InputGestureRef, EditorGestures.SelectionGestures

public class ItemContainerGestures
public ItemContainerGestures();
public InputGestureRef CancelAction { get; set; }

Property Value

InputGestureRef

public InputGestureRef Drag { get; set; }

Property Value

InputGestureRef

public SelectionGestures Selection { get; set; }

Property Value

EditorGestures.SelectionGestures

Apply(EditorGestures.ItemContainerGestures)

Section titled “Apply(EditorGestures.ItemContainerGestures)”
public void Apply(EditorGestures.ItemContainerGestures gestures);

Parameters

gestures EditorGestures.ItemContainerGestures

public void Unbind();