Click or drag to resize

VisualServerSetDefaultClearColor Method

Sets the default clear color which is used when a specific clear color has not been selected.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetDefaultClearColor(
	Color color
)

Parameters

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.VisualServer.SetDefaultClearColor(Godot.Color)"]

See Also