Skip to content

Interactivity / EditorGestures / SelectionGestures

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.SelectionGestures

References: EditorGestures.ConnectionGestures, InputGestureRef, EditorGestures.ItemContainerGestures, EditorGestures.NodifyEditorGestures

public class SelectionGestures

EditorGestures.SelectionGestures(MouseAction, Boolean)

Section titled “EditorGestures.SelectionGestures(MouseAction, Boolean)”
public SelectionGestures(MouseAction mouseAction, bool ignoreModifierKeysOnRelease);

Parameters

mouseAction MouseAction

ignoreModifierKeysOnRelease Boolean

EditorGestures.SelectionGestures(MouseAction)

Section titled “EditorGestures.SelectionGestures(MouseAction)”
public SelectionGestures(MouseAction mouseAction);

Parameters

mouseAction MouseAction

public SelectionGestures(bool ignoreModifierKeysOnRelease);

Parameters

ignoreModifierKeysOnRelease Boolean

public SelectionGestures();
public static SelectionGestures None;

Field Value

EditorGestures.SelectionGestures

public InputGestureRef Append { get; set; }

Property Value

InputGestureRef

public InputGestureRef Cancel { get; set; }

Property Value

InputGestureRef

public InputGestureRef Invert { get; set; }

Property Value

InputGestureRef

public InputGestureRef Remove { get; set; }

Property Value

InputGestureRef

public InputGestureRef Replace { get; set; }

Property Value

InputGestureRef

public InputGestureRef Select { get; set; }

Property Value

InputGestureRef

public void Apply(EditorGestures.SelectionGestures gestures);

Parameters

gestures EditorGestures.SelectionGestures

public void Unbind();