Click or drag to resize

VisualServerEnvironmentSetBackground Method

Sets the BGMode of the environment. Equivalent to BackgroundMode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void EnvironmentSetBackground(
	RID env,
	VisualServerEnvironmentBG bg
)

Parameters

env
Type: GodotRID

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

bg
Type: GodotVisualServerEnvironmentBG

[Missing <param name="bg"/> documentation for "M:Godot.VisualServer.EnvironmentSetBackground(Godot.RID,Godot.VisualServer.EnvironmentBG)"]

See Also