Click or drag to resize

WindowDialogSetTitle Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.WindowDialog.SetTitle(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTitle is deprecated. Use the WindowTitle property instead.")]
public void SetTitle(
	string title
)

Parameters

title
Type: SystemString

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

See Also