Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


localPosition

Gets the pointer position in the current target's coordinate system.
Read time 1 minuteLast updated 12 days ago

Definition

public Vector3 localPosition { get; protected set; }

Remarks

The value of this property changes throughout the propagation process for each element receiving the event along the propagation path.
Additional Resources: EventBase.currentTarget