Click or drag to resize

GestureDelegate Property

Gets or sets an object implementing IGestureDelegate to be asked for gesture specific actions.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IGestureDelegate Delegate { get; set; }

Property Value

Type: IGestureDelegate
The delegate.
See Also