Class ForwardLightingRenderFeature.RenderViewLightData
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
VisibleLights
public readonly List<RenderLight> VisibleLights
Field Value
VisibleLightsWithShadows
public readonly List<RenderLight> VisibleLightsWithShadows