| CascadedShadowFadeOutDistance Property |
Note: This API is now obsolete.
Gets or sets the distance from the camera where the shadow starts to fade out.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax [ObsoleteAttribute("The property FadeOutDistance has been replaced by FadeOutRange.")]
public float FadeOutDistance { get; set; }
<ObsoleteAttribute("The property FadeOutDistance has been replaced by FadeOutRange.")>
Public Property FadeOutDistance As Single
Get
Set
public:
[ObsoleteAttribute(L"The property FadeOutDistance has been replaced by FadeOutRange.")]
property float FadeOutDistance {
float get ();
void set (float value);
}
[<ObsoleteAttribute("The property FadeOutDistance has been replaced by FadeOutRange.")>]
member FadeOutDistance : float32 with get, set
Property Value
Type:
SingleThe fade out distance.
Remarks See Also