Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


localMousePosition

The position of the mouse if the event that triggered the dropdown menu to display was a mouse event.
Read time 1 minuteLast updated 13 days ago

Definition

public Vector2 localMousePosition { get; }

Remarks

The position is expressed in the coordinate system of the element that received the mouse event. If the event that triggered the dropdown menu to display was not a mouse event, the value of this property is zero.