ForwardLightingRenderFeature.RenderViewLightData Class
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
System.Object →
ForwardLightingRenderFeature.RenderViewLightData
Derived from ForwardLightingRenderFeature.RenderViewLightData:
public class RenderViewLightData
Name | Description | |
---|---|---|
Constructors | ||
RenderViewLightData() | ||
Fields | ||
ActiveLightGroups | Gets the lights without shadow per light type. |
|
RenderLightsWithShadows | ||
VisibleLights | ||
VisibleLightsWithShadows |
Constructors
RenderViewLightData()
public RenderViewLightData()
Fields
ActiveLightGroups
Gets the lights without shadow per light type.
public readonly Dictionary<Type, RenderLightCollectionGroup> ActiveLightGroups
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Type, RenderLightCollectionGroup> | The lights. |
RenderLightsWithShadows
public readonly Dictionary<RenderLight, LightShadowMapTexture> RenderLightsWithShadows
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<RenderLight, LightShadowMapTexture> |
VisibleLights
public readonly List<RenderLight> VisibleLights
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<RenderLight> |
VisibleLightsWithShadows
public readonly List<RenderLight> VisibleLightsWithShadows
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<RenderLight> |