Click or drag to resize
DigitalRuneShadowMaskRendererShadowMasks Property
Gets the shadow masks. (For debugging only.)

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public ReadOnlyCollection<RenderTarget2D> ShadowMasks { get; }

Property Value

Type: ReadOnlyCollectionRenderTarget2D
The shadow masks. (For debugging only.)
Remarks
The list may contain null entries.
See Also