Click or drag to resize

TransformGestureBaseDeltaPosition Property

Gets delta position between this frame and the last frame in world coordinates. 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 Vector3 DeltaPosition { get; }

Property Value

Type: Vector3

Implements

ITransformGestureDeltaPosition
See Also