ShadowMapRenderView Class
Namespace: Stride.Rendering.ShadowsAssembly: Stride.Rendering.dll
A view used to render a shadow map to a LightShadowMapTexture
                 Derived from ShadowMapRenderView: 
              
              
              
public class ShadowMapRenderView : RenderView
              | Name | Description | |
|---|---|---|
| Constructors | ||
| ShadowMapRenderView() | ||
| Fields | ||
| Rectangle | The rectangle to render to in the shadow map  | 
                          |
| RenderView | The view for which this shadow map is rendered  | 
                          |
| ShadowMapTexture | The shadow map to render  | 
                          |
| Properties | ||
| ProfilingKey | ||
Constructors
ShadowMapRenderView()
public ShadowMapRenderView()
              Fields
Rectangle
The rectangle to render to in the shadow map
public Rectangle Rectangle
              Field Value
| Type | Description | 
|---|---|
| Rectangle | 
RenderView
The view for which this shadow map is rendered
public RenderView RenderView
              Field Value
| Type | Description | 
|---|---|
| RenderView | 
ShadowMapTexture
The shadow map to render
public LightShadowMapTexture ShadowMapTexture
              Field Value
| Type | Description | 
|---|---|
| LightShadowMapTexture | 
Properties
ProfilingKey
public ProfilingKey ProfilingKey { get; }
              Property Value
| Type | Description | 
|---|---|
| ProfilingKey |