次の方法で共有


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] の範囲外の場合、エラーが発生します。

適用対象