Class LightSkybox
A light coming from a skybox. The BackgroundComponent
must be set on the entity in order to see a skybox.
[DataContract("LightSkybox")]
[Display("Skybox", null)]
public class LightSkybox : IEnvironmentLight, ILight
- Inheritance
-
LightSkybox
- Implements
Properties
Skybox
Gets or sets the skybox.
[DataMember(0)]
public Skybox Skybox { get; set; }
Property Value
Methods
Update(RenderLight)
public bool Update(RenderLight light)
Parameters
light
RenderLight