Skip to content

Nodify_Interactivity_EditorGestures_SelectionGestures

miroiu edited this page Dec 23, 2024 · 1 revision

EditorGestures.SelectionGestures Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.SelectionGestures

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

public class SelectionGestures  

Constructors

EditorGestures.SelectionGestures(MouseAction, Boolean)

public SelectionGestures(MouseAction mouseAction, bool ignoreModifierKeysOnRelease);  

Parameters

mouseAction MouseAction

ignoreModifierKeysOnRelease Boolean

EditorGestures.SelectionGestures(MouseAction)

public SelectionGestures(MouseAction mouseAction);  

Parameters

mouseAction MouseAction

EditorGestures.SelectionGestures(Boolean)

public SelectionGestures(bool ignoreModifierKeysOnRelease);  

Parameters

ignoreModifierKeysOnRelease Boolean

EditorGestures.SelectionGestures()

public SelectionGestures();  

Fields

None

public static SelectionGestures None;  

Field Value

EditorGestures.SelectionGestures

Properties

Append

public InputGestureRef Append { get; set; }  

Property Value

InputGestureRef

Cancel

public InputGestureRef Cancel { get; set; }  

Property Value

InputGestureRef

Invert

public InputGestureRef Invert { get; set; }  

Property Value

InputGestureRef

Remove

public InputGestureRef Remove { get; set; }  

Property Value

InputGestureRef

Replace

public InputGestureRef Replace { get; set; }  

Property Value

InputGestureRef

Select

public InputGestureRef Select { get; set; }  

Property Value

InputGestureRef

Methods

Apply(EditorGestures.SelectionGestures)

public void Apply(EditorGestures.SelectionGestures gestures);  

Parameters

gestures EditorGestures.SelectionGestures

Unbind()

public void Unbind();  
Clone this wiki locally