SpotLightComponent.FalloffExponent Property

Definition

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].

Applies to