Share via


SpotLightComponent.FalloffExponent 属性

定义

内锥角和外锥角之间的光下降强度。

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

属性值

注解

值越大,转换越锐利。 默认值 1.0 会导致线性转换。

InvalidParam如果值超出 [0.01; 256] 范围,则会发生错误。

适用于