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 public Vector3 LocalDeltaPosition { get; }
Property Value
Type:
Vector3Delta position between this frame and the last frame in local coordinates.
See Also