SpotLightComponent.FalloffExponent 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 strength of the light falloff between the inner and outer cone angle.
public:
property float FalloffExponent { float get(); void set(float value); };
public float FalloffExponent { get; set; }
member this.FalloffExponent : single with get, set
Public Property FalloffExponent As Single
Property Value
Remarks
The larger the value, the sharper the transition. The default value of 1.0 results in a linear transition.
A InvalidParam error occurs if the value is outside the range [0.01; 256].