Files
APIVisualExecutor/docs/api/Nodify_Interactivity_EditorGestures_ConnectorGestures.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

1.4 KiB

EditorGestures.ConnectorGestures Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.ConnectorGestures

References: EditorGestures, InputGestureRef

public class ConnectorGestures  

Constructors

EditorGestures.ConnectorGestures()

public ConnectorGestures();  

Properties

CancelAction

public InputGestureRef CancelAction { get; set; }  

Property Value

InputGestureRef

Connect

public InputGestureRef Connect { get; set; }  

Property Value

InputGestureRef

Disconnect

public InputGestureRef Disconnect { get; set; }  

Property Value

InputGestureRef

Methods

Apply(EditorGestures.ConnectorGestures)

public void Apply(EditorGestures.ConnectorGestures gestures);  

Parameters

gestures EditorGestures.ConnectorGestures

Unbind()

public void Unbind();