field
Gesture.OnDrag.RawPointerPositions
The start, previous, and current positions of the pointer, in the world space position in which they actually occured, of this drag event.
Declaration
public Gesture.Positions RawPointerPositions;
Remarks
This will exactly match PointerPositions unless the entire UI is moving, rotating, or
scaling while this drag gesture is occuring or if GestureSpace == World
.