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 LightField Value
| Type | Description | 
|---|---|
| RenderLight | 
ShadowMapTexture
public readonly LightShadowMapTexture ShadowMapTextureField Value
| Type | Description | 
|---|---|
| LightShadowMapTexture | 
Inherited Members
                  System.ValueType.Equals(System.Object)
                
                
                  System.ValueType.GetHashCode()
                
                
                  System.ValueType.ToString()