1.6 KiB
1.6 KiB
EditorGestures.ItemContainerGestures Class
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorGestures.ItemContainerGestures
References: EditorGestures, InputGestureRef, EditorGestures.SelectionGestures
public class ItemContainerGestures
Constructors
EditorGestures.ItemContainerGestures()
public ItemContainerGestures();
Properties
CancelAction
public InputGestureRef CancelAction { get; set; }
Property Value
Drag
public InputGestureRef Drag { get; set; }
Property Value
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();