field
Gesture.OnDrag.PointerPositions
The start, previous, and current pointer positions, in world space, of this drag event.
Declaration
public Gesture.Positions PointerPositions;
Remarks
Positions are stored in GestureSpace between frames, so these values are the cached gesture space positions transformed into world space, which is why they can differ from RawPointerPositions.