SpotLight.MinAttenuationCutoff 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.
Gets or sets the minimum range at which this light is effective.
public:
property float MinAttenuationCutoff { float get(); void set(float value); };
float MinAttenuationCutoff();
void MinAttenuationCutoff(float value);
public float MinAttenuationCutoff { get; set; }
var single = spotLight.minAttenuationCutoff;
spotLight.minAttenuationCutoff = single;
Public Property MinAttenuationCutoff As Single
Property Value
Single
float
The minimum range at which this light is effective. The default is 0.0.
Remarks
If the difference between MinAttenuationCutoff and MaxAttenuationCutoff is 0 or negative, the range is ignored.