Table of Contents

Class ForwardLightingRenderFeature.RenderViewLightData

Namespace
Stride.Rendering.Lights
Assembly
Stride.Rendering.dll
public class ForwardLightingRenderFeature.RenderViewLightData
Inheritance
ForwardLightingRenderFeature.RenderViewLightData

Constructors

RenderViewLightData()

public RenderViewLightData()

Fields

ActiveLightGroups

Gets the lights without shadow per light type.

public readonly Dictionary<Type, RenderLightCollectionGroup> ActiveLightGroups

Field Value

Dictionary<Type, RenderLightCollectionGroup>

The lights.

RenderLightsWithShadows

public readonly Dictionary<RenderLight, LightShadowMapTexture> RenderLightsWithShadows

Field Value

Dictionary<RenderLight, LightShadowMapTexture>

VisibleLights

public readonly List<RenderLight> VisibleLights

Field Value

List<RenderLight>

VisibleLightsWithShadows

public readonly List<RenderLight> VisibleLightsWithShadows

Field Value

List<RenderLight>