Enum VisualServerSingleton.EnvironmentBG

enum EnvironmentBG : int { ... }

Enum members

NameDescription
envBgCanvas Use a specified canvas layer as the background. This can be useful for instantiating a 2D scene in a 3D world.
envBgClearColor Use the clear color as background.
envBgColor Use a specified color as the background.
envBgColorSky Use a custom color for background, but use a sky for shading and reflections.
envBgKeep Do not clear the background, use whatever was rendered last frame as the background.
envBgMax Represents the size of the environmentbg enum.
envBgSky Use a sky resource for the background.