SpotLightComponent.FalloffExponent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
内锥角和外锥角之间的光下降强度。
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] 范围,则会发生错误。