Click or drag to resize

GestureGestureEvent Class

Unity event for gesture state changes.
Inheritance Hierarchy
SystemObject
  UnityEventBase
    UnityEventGesture
      TouchScript.GesturesGestureGestureEvent

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

The GestureGestureEvent type exposes the following members.

Constructors
  NameDescription
Public methodGestureGestureEvent
Initializes a new instance of the GestureGestureEvent class
Top
See Also