VisualServerEnvironmentBG Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.EnvironmentBG"]
Namespace: Godot
public enum EnvironmentBG
| Member name | Value | Description | |
|---|---|---|---|
| ClearColor | 0 | Use the clear color as background. | |
| Color | 1 | Use a specified color as the background. | |
| Sky | 2 | Use a sky resource for the background. | |
| ColorSky | 3 | Use a custom color for background, but use a sky for shading and reflections. | |
| Canvas | 4 | Use a specified canvas layer as the background. This can be useful for instantiating a 2D scene in a 3D world. | |
| Keep | 5 | Do not clear the background, use whatever was rendered last frame as the background. | |
| Max | 7 | Represents the size of the VisualServerEnvironmentBG enum. |