Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


mousePosition

The mouse position expressed in the global coordinate system if the event that triggered the dropdown menu to display was a mouse event.
Read time 1 minuteLast updated 12 days ago

Definition

public Vector2 mousePosition { get; }

Remarks

If the event that triggered the dropdown menu to display was not a mouse event, this property is zero.