Table of Contents

Class LightSkybox

Namespace
Stride.Rendering.Lights
Assembly
Stride.Rendering.dll

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

Skybox

Methods

Update(RenderLight)

public bool Update(RenderLight light)

Parameters

light RenderLight

Returns

bool