Gesture Fields |
The Gesture type exposes the following members.
| Name | Description | |
|---|---|---|
| activePointers |
Pointers the gesture currently owns and works with.
| |
| basicEditor | ||
| cachedPreviousScreenPosition |
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.
| |
| cachedScreenPosition |
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.
| |
| cachedTransform |
Cached transform of the parent object.
| |
| CANCEL_MESSAGE |
Message sent when gesture is cancelled if SendMessage is used.
| |
| OnStateChange |
Occurs when gesture changes state.
| |
| STATE_CHANGE_MESSAGE |
Message sent when gesture changes state if SendMessage is used.
|