| SpotlightAttenuation Property |
Gets or sets the attenuation exponent for the distance attenuation.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Attenuation { get; set; }
Public Property Attenuation As Single
Get
Set
public:
property float Attenuation {
float get ();
void set (float value);
}
member Attenuation : float32 with get, set
Property Value
Type:
SingleThe attenuation exponent. The default value is 2.
Remarks See Also