Click or drag to resize

OSSetBorderlessWindow Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.OS.SetBorderlessWindow(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBorderlessWindow is deprecated. Use the WindowBorderless property instead.")]
public static void SetBorderlessWindow(
	bool borderless
)

Parameters

borderless
Type: SystemBoolean

[Missing <param name="borderless"/> documentation for "M:Godot.OS.SetBorderlessWindow(System.Boolean)"]

See Also