Click or drag to resize

Gesture.GestureEvent Class

Unity event for gesture state changes.
Inheritance Hierarchy
System.Object
  UnityEventBase
    UnityEvent<Gesture>
      TouchScript.Gestures.Gesture.GestureEvent

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class GestureEvent : UnityEvent<Gesture>

The Gesture.GestureEvent type exposes the following members.

Constructors
  NameDescription
Public methodGesture.GestureEvent
Initializes a new instance of the Gesture.GestureEvent class
Top
See Also