Click or drag to resize

OSSetWindowSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.OS.SetWindowSize(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetWindowSize is deprecated. Use the WindowSize property instead.")]
public static void SetWindowSize(
	Vector2 size
)

Parameters

size
Type: GodotVector2

[Missing <param name="size"/> documentation for "M:Godot.OS.SetWindowSize(Godot.Vector2)"]

See Also