API ReferenceSandbox
SceneSkyBoxclass
Renders a skybox within a `Sandbox.SceneWorld`.
Constructors1
Showing 1 constructors
public SceneSkyBox(Sandbox.SceneWorld world, Sandbox.Material skyMaterial)
| Parameter | Type | Description |
|---|---|---|
| world | SceneWorld | — |
| skyMaterial | Material | — |
No results match this filter.
Methods1
Showing 1 methods
No results match this filter.
Properties3
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.