Click or drag to resize

TransformGestureBaseDeltaScale Property

Contains local delta scale when gesture is recognized. Value is between 0 and +infinity, where 1 is no scale, 0.5 is scaled in half, 2 scaled twice. 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 DeltaScale { get; }

Property Value

Type: Single

Implements

ITransformGestureDeltaScale
See Also