Click or drag to resize

VisualServerEnvironmentBG Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.EnvironmentBG"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum EnvironmentBG
Members
  Member nameValueDescription
ClearColor0

Use the clear color as background.

Color1

Use a specified color as the background.

Sky2

Use a sky resource for the background.

ColorSky3

Use a custom color for background, but use a sky for shading and reflections.

Canvas4

Use a specified canvas layer as the background. This can be useful for instantiating a 2D scene in a 3D world.

Keep5

Do not clear the background, use whatever was rendered last frame as the background.

Max7

Represents the size of the VisualServerEnvironmentBG enum.

See Also