position
The position of the window relative to the top-left corner of the display.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Windowing
- Assembly: UnityEngine.WindowingGatedModule
public Vector2Int position { get; set; }
Remarks
Specified as a Vector2Int with x and y coordinates in pixels.