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
public static void SetWindowTitle( string title )
[Missing <param name="title"/> documentation for "M:Godot.OS.SetWindowTitle(System.String)"]