Table of Contents

Class ShadowMapRenderView

Namespace
Stride.Rendering.Shadows
Assembly
Stride.Rendering.dll

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

Rectangle

RenderView

The view for which this shadow map is rendered

public RenderView RenderView

Field Value

RenderView

ShadowMapTexture

The shadow map to render

public LightShadowMapTexture ShadowMapTexture

Field Value

LightShadowMapTexture

Properties

ProfilingKey

public ProfilingKey ProfilingKey { get; }

Property Value

ProfilingKey