Click or drag to resize

ControlSetTheme Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Control.SetTheme(Godot.Theme)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTheme is deprecated. Use the Theme property instead.")]
public void SetTheme(
	Theme theme
)

Parameters

theme
Type: GodotTheme

[Missing <param name="theme"/> documentation for "M:Godot.Control.SetTheme(Godot.Theme)"]

See Also