Click or drag to resize

EnvironmentSetBackground Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Environment.SetBackground(Godot.Environment.BGMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBackground is deprecated. Use the BackgroundMode property instead.")]
public void SetBackground(
	EnvironmentBGMode mode
)

Parameters

mode
Type: GodotEnvironmentBGMode

[Missing <param name="mode"/> documentation for "M:Godot.Environment.SetBackground(Godot.Environment.BGMode)"]

See Also