Click or drag to resize

VisualServerEnvironmentSetBgColor Method

Color displayed for clear areas of the scene (if using Custom color or Color+Sky background modes).

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

Parameters

env
Type: GodotRID

[Missing <param name="env"/> documentation for "M:Godot.VisualServer.EnvironmentSetBgColor(Godot.RID,Godot.Color)"]

color
Type: GodotColor

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

See Also