RotateGesture
One update of a two-finger rotation, in degrees since the gesture began.
- Kind: Record struct
- Namespace: SkeleKit
- Implements:
IEquatable<RotateGesture>
Constructors
Initializes a new instance of the RotateGesture struct.
| Parameter | Summary |
|---|---|
GestureState State | The current execution state of the gesture lifecycle. |
double Degrees | The cumulative rotation, clockwise positive. |
double Velocity | The rotation change in degrees per second. |
Properties
Degrees
The cumulative rotation, clockwise positive.
Type: double
State
The current execution state of the gesture lifecycle.
Type: GestureState
Velocity
The rotation change in degrees per second.
Type: double