Click or drag to resize

TransformGestureLocalDeltaPosition Property

Gets delta position in local coordinates.

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

Property Value

Type: Vector3
Delta position between this frame and the last frame in local coordinates.
See Also