PointLight.MinAttenuationCutoff Property
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);
C#
public float MinAttenuationCutoff { get; set; }
var single = pointLight.minAttenuationCutoff;
pointLight.minAttenuationCutoff = single;
Public Property MinAttenuationCutoff As Single
Single
float
The minimum range at which this light is effective. The default is 0.0.
If the difference between MinAttenuationCutoff and MaxAttenuationCutoff is 0 or negative, the range is ignored.
Продукт | Версії |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |