LightDynamicEntry Struct
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
public struct LightDynamicEntry
Name | Description | |
---|---|---|
Constructors | ||
LightDynamicEntry(RenderLight, LightShadowMapTexture) | ||
Fields | ||
Light | ||
ShadowMapTexture |
Constructors
LightDynamicEntry(RenderLight, LightShadowMapTexture)
public LightDynamicEntry(RenderLight light, LightShadowMapTexture shadowMapTexture)
Parameters
Type | Name | Description |
---|---|---|
RenderLight | light | |
LightShadowMapTexture | shadowMapTexture |
Fields
Light
public readonly RenderLight Light
Field Value
Type | Description |
---|---|
RenderLight |
ShadowMapTexture
public readonly LightShadowMapTexture ShadowMapTexture
Field Value
Type | Description |
---|---|
LightShadowMapTexture |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()