| GodRayFilterWeight Property |
Note: This API is now obsolete.
Gets or sets the weight of samples along the light ray.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax [ObsoleteAttribute("This property is not used anymore.")]
public float Weight { get; set; }
<ObsoleteAttribute("This property is not used anymore.")>
Public Property Weight As Single
Get
Set
public:
[ObsoleteAttribute(L"This property is not used anymore.")]
property float Weight {
float get ();
void set (float value);
}
[<ObsoleteAttribute("This property is not used anymore.")>]
member Weight : float32 with get, set
Property Value
Type:
SingleThe weight of samples along the light ray. The default value is 0.5.
See Also