| ShadowMaskRendererShadowMasks Property |
Gets the shadow masks. (For debugging only.)
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public ReadOnlyCollection<RenderTarget2D> ShadowMasks { get; }
Public ReadOnly Property ShadowMasks As ReadOnlyCollection(Of RenderTarget2D)
Get
public:
property ReadOnlyCollection<RenderTarget2D^>^ ShadowMasks {
ReadOnlyCollection<RenderTarget2D^>^ get ();
}
member ShadowMasks : ReadOnlyCollection<RenderTarget2D> with get
Property Value
Type:
ReadOnlyCollectionRenderTarget2DThe shadow masks. (For debugging only.)
Remarks
The list may contain null entries.
See Also