LightGroupRendererBase.ProcessLightsParameters Struct
Namespace: Stride.Rendering.Lights
Assembly: Stride.Rendering.dll
public struct ProcessLightsParameters
|
Improve this Doc
View Source
Fields
Context
public RenderDrawContext Context
Field Value
LightCollection
public RenderLightCollection LightCollection
Field Value
LightIndices
public List<int> LightIndices
Field Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
LightType
Field Value
Type |
Description |
System.Type |
|
RendererIndex
Field Value
Type |
Description |
System.Int32 |
|
Renderers
public LightGroupRendererBase[] Renderers
Field Value
ShadowMapRenderer
public IShadowMapRenderer ShadowMapRenderer
Field Value
ShadowMapTexturesPerLight
public Dictionary<RenderLight, LightShadowMapTexture> ShadowMapTexturesPerLight
Field Value
View
Field Value
ViewIndex
Field Value
Type |
Description |
System.Int32 |
|
Views
public FastList<RenderView> Views
Field Value
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Extension Methods