Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


deltaPosition

Gets the difference between the pointer's position during the previous pointer event and its position during the current pointer event.
Read time 1 minuteLast updated 10 days ago

Definition

Vector3 deltaPosition { get; }

Remarks

This value is based on _position and is expressed in panel coordinates.