Skip to content

Nodify_Interactivity_EditorGestures_ConnectionGestures

miroiu edited this page Dec 23, 2024 · 1 revision

EditorGestures.ConnectionGestures Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.ConnectionGestures

References: EditorGestures, InputGestureRef, EditorGestures.SelectionGestures

public class ConnectionGestures  

Constructors

EditorGestures.ConnectionGestures()

public ConnectionGestures();  

Properties

Disconnect

public InputGestureRef Disconnect { get; set; }  

Property Value

InputGestureRef

Selection

public SelectionGestures Selection { get; set; }  

Property Value

EditorGestures.SelectionGestures

Split

public InputGestureRef Split { get; set; }  

Property Value

InputGestureRef

Methods

Apply(EditorGestures.ConnectionGestures)

public void Apply(EditorGestures.ConnectionGestures gestures);  

Parameters

gestures EditorGestures.ConnectionGestures

Clone this wiki locally