| CascadedShadowVisualizeCascades Property |
Gets or sets a value indicating whether cascades are visualized for debugging.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool VisualizeCascades { get; set; }
Public Property VisualizeCascades As Boolean
Get
Set
public:
property bool VisualizeCascades {
bool get ();
void set (bool value);
}
member VisualizeCascades : bool with get, set
Property Value
Type:
Boolean if cascades are visualized for debugging; otherwise,
.
See Also