SpotLight.ConstantAttenuation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The constant coefficient in the light's attenuation equation. Controls light intensity. Animatable.
public:
property float ConstantAttenuation { float get(); void set(float value); };
float ConstantAttenuation();
void ConstantAttenuation(float value);
public float ConstantAttenuation { get; set; }
var single = spotLight.constantAttenuation;
spotLight.constantAttenuation = single;
Public Property ConstantAttenuation As Single
Property Value
float
The constant coefficient in the light's attenuation equation. Controls light intensity. Range is from 0 to infinity.
Examples
_spotLight.ConstantAttenuation =1;
Remarks
The SpotLight.ConstantAttenuation property is part of the attenuation equation which also includes SpotLight.LinearAttenuation and SpotLight.QuadraticAttenuation: