Click or drag to resize

OSSetWindowTitle Method

Sets the window title to the specified string.

Note: This should be used sporadically. Don't set this every frame, as that will negatively affect performance on some window managers.

Note: This method is implemented on HTML5, Linux, macOS and Windows.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetWindowTitle(
	string title
)

Parameters

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Godot.OS.SetWindowTitle(System.String)"]

See Also