LightSkybox Class
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
A light coming from a skybox. The
System.Object →
LightSkybox
Derived from LightSkybox:
[DataContract("LightSkybox")]
[Display("Skybox", null)]
public class LightSkybox : IEnvironmentLight, ILight
| Name | Description | |
|---|---|---|
| Properties | ||
| Skybox | Gets or sets the skybox. |
|
| Methods | ||
| Update(RenderLight) | ||
Properties
Skybox
Gets or sets the skybox.
[DataMember(0)]
public Skybox Skybox { get; set; }
Property Value
| Type | Description |
|---|---|
| Skybox |
Methods
Update(RenderLight)
public bool Update(RenderLight light)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderLight | light |
Returns
| Type | Description |
|---|---|
| System.Boolean |