PinchGesture
One update of a pinch: the factor the touched distance has scaled by since the gesture began.
- Kind: Record struct
- Namespace: SkeleKit
- Implements:
IEquatable<PinchGesture>
Constructors
Initializes a new instance of the PinchGesture struct.
| Parameter | Summary |
|---|---|
GestureState State | The current execution state of the gesture lifecycle. |
double Scale | The cumulative scale factor, 1 at the start. |
double Velocity | The scale change per second. |
Properties
Scale
The cumulative scale factor, 1 at the start.
Type: double
State
The current execution state of the gesture lifecycle.
Type: GestureState
Velocity
The scale change per second.
Type: double