1.4 KiB
1.4 KiB
EditorGestures.ConnectorGestures Class
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorGestures.ConnectorGestures
References: EditorGestures, InputGestureRef
public class ConnectorGestures
Constructors
EditorGestures.ConnectorGestures()
public ConnectorGestures();
Properties
CancelAction
public InputGestureRef CancelAction { get; set; }
Property Value
Connect
public InputGestureRef Connect { get; set; }
Property Value
Disconnect
public InputGestureRef Disconnect { get; set; }
Property Value
Methods
Apply(EditorGestures.ConnectorGestures)
public void Apply(EditorGestures.ConnectorGestures gestures);
Parameters
gestures EditorGestures.ConnectorGestures
Unbind()
public void Unbind();