SceneSkyBoxclass

Renders a skybox within a `Sandbox.SceneWorld`.

objectSceneObjectSceneSkyBox
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.SceneSkyBox : Sandbox.SceneObject

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

public void SetSkyLighting(Vector3 ConstantSkyLight)PUBLICOBSOLETE

Obsolete: This API member is obsolete.

ParameterTypeDescription
ConstantSkyLightVector3
Returns:void

Properties3

Showing 3 properties

public Sandbox.Material Sandbox.SceneSkyBox.SkyMaterial { get; set; }PUBLICGETSET

The skybox material. Typically it should use the "Sky" shader.

Returns:Material

On this page