ShadowMapKeys Class
Namespace: Stride.Rendering.ShadowsAssembly: Stride.Rendering.dll
Keys used for shadow mapping.
                 System.Object →  
                ShadowMapKeys
              
              
                 Derived from ShadowMapKeys: 
              
              
              
public static class ShadowMapKeys
              | Name | Description | |
|---|---|---|
| Fields | ||
| ShadowMapTexture | Final shadow map texture.  | 
                          |
| TextureSize | Final shadow map texture size  | 
                          |
| TextureTexelSize | Final shadow map texture texel size.  | 
                          |
Fields
ShadowMapTexture
Final shadow map texture.
public static readonly ObjectParameterKey<Texture> ShadowMapTexture
              Field Value
| Type | Description | 
|---|---|
| ObjectParameterKey<Texture> | 
TextureSize
Final shadow map texture size
public static readonly ValueParameterKey<Vector2> TextureSize
              Field Value
| Type | Description | 
|---|---|
| ValueParameterKey<Vector2> | 
TextureTexelSize
Final shadow map texture texel size.
public static readonly ValueParameterKey<Vector2> TextureTexelSize
              Field Value
| Type | Description | 
|---|---|
| ValueParameterKey<Vector2> |