Click or drag to resize

TransformGestureBaseDeltaRotation Property

Gets delta rotation between this frame and last frame in degrees. This value is only available during Transformed or StateChanged events.

Namespace:  TouchScript.Gestures.TransformGestures.Base
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float DeltaRotation { get; }

Property Value

Type: Single

Implements

ITransformGestureDeltaRotation
See Also