LightShadowMapSize Enum
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
Size hint of a shadow map. See remarks.
[DataContract("LightShadowMapSize")]
public enum LightShadowMapSize
Remarks
This is a hint to determine the size of a shadow map
Fields
| Name | Description |
|---|---|
| Large | Use a large size. |
| Medium | Use a medium size. |
| Small | Use a small size. |
| XLarge | Use a xtra-large size. |
| XSmall | Use a xtra-small size. |