| CascadedShadowCascadeSelection Property |
Gets or sets the cascade selection mode.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public ShadowCascadeSelection CascadeSelection { get; set; }
Public Property CascadeSelection As ShadowCascadeSelection
Get
Set
public:
property ShadowCascadeSelection CascadeSelection {
ShadowCascadeSelection get ();
void set (ShadowCascadeSelection value);
}
member CascadeSelection : ShadowCascadeSelection with get, set
Property Value
Type:
ShadowCascadeSelection
The cascade selection mode. The default is
Fast on Xbox
360 and
Best on PC.
See Also