PressGesture Fields |
The PressGesture type exposes the following members.
Name | Description | |
---|---|---|
activePointers |
Pointers the gesture currently owns and works with.
(Inherited from Gesture.) | |
basicEditor | (Inherited from Gesture.) | |
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.
(Inherited from Gesture.) | |
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.
(Inherited from Gesture.) | |
cachedTransform |
Cached transform of the parent object.
(Inherited from Gesture.) | |
OnPress |
Unity event, occurs when gesture is recognized.
| |
OnStateChange |
Occurs when gesture changes state.
(Inherited from Gesture.) | |
PRESS_MESSAGE |
Message name when gesture is recognized
|