Click or drag to resize

OSWindowPosition Property

The window position relative to the screen, the origin is the top left corner, +Y axis goes to the bottom and +X axis goes to the right.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Vector2 WindowPosition { get; set; }

Property Value

Type: Vector2
See Also