Click or drag to resize

Gesture Fields

The Gesture type exposes the following members.

Fields
  NameDescription
Protected fieldactivePointers
Pointers the gesture currently owns and works with.
Protected fieldbasicEditor
Protected fieldcachedPreviousScreenPosition
Cached previous screen position. Used to keep tap's position which can't be calculated from pointers when the gesture is recognized since all pointers are gone.
Protected fieldcachedScreenPosition
Cached screen position. Used to keep tap's position which can't be calculated from pointers when the gesture is recognized since all pointers are gone.
Protected fieldcachedTransform
Cached transform of the parent object.
Public fieldStatic memberCANCEL_MESSAGE
Message sent when gesture is cancelled if SendMessage is used.
Public fieldOnStateChange
Occurs when gesture changes state.
Public fieldStatic memberSTATE_CHANGE_MESSAGE
Message sent when gesture changes state if SendMessage is used.
Top
See Also