API ReferenceSandbox
public class Sandbox.SceneSkyBox : Sandbox.SceneObject
Renders a skybox within a `Sandbox.SceneWorld`.
Constructors
Showing 1 constructors
public SceneSkyBox(Sandbox.SceneWorld world, Sandbox.Material skyMaterial)
No results match this filter.
Methods
Showing 1 methods
public void SetSkyLighting(Vector3 ConstantSkyLight)Obsolete
Obsolete: This API member is obsolete.
No results match this filter.
Properties
Showing 3 properties
public Sandbox.SceneSkyBox.FogParamInfo Sandbox.SceneSkyBox.FogParams { get; set; }
Controls the skybox specific fog.
public Sandbox.Material Sandbox.SceneSkyBox.SkyMaterial { get; set; }
The skybox material. Typically it should use the "Sky" shader.
public Color Sandbox.SceneSkyBox.SkyTint { get; set; }
Skybox color tint.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.SceneSkyBox |