Class ShadowMapRenderView
A view used to render a shadow map to a LightShadowMapTexture
public class ShadowMapRenderView : RenderView
- Inheritance
-
ShadowMapRenderView
- Inherited Members
Constructors
ShadowMapRenderView()
public ShadowMapRenderView()
Fields
Rectangle
The rectangle to render to in the shadow map
public Rectangle Rectangle
Field Value
RenderView
The view for which this shadow map is rendered
public RenderView RenderView
Field Value
ShadowMapTexture
The shadow map to render
public LightShadowMapTexture ShadowMapTexture
Field Value
Properties
ProfilingKey
public ProfilingKey ProfilingKey { get; }