VisualServerSingleton.EnvironmentBG

Values

ValueMeaning
envBgClearColor0

Use the clear color as background.

envBgColor1

Use a specified color as the background.

envBgSky2

Use a sky resource for the background.

envBgColorSky3

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

envBgCanvas4

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

envBgKeep5

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

envBgMax7

Represents the size of the environmentbg enum.

Meta