次の方法で共有


PointLightComponent.AttenuationCutoff プロパティ

定義

ライトの減衰強度がゼロにスケールダウンされる最小/最大距離のカスタム間隔。

public:
 property Microsoft::Azure::RemoteRendering::Float2 AttenuationCutoff { Microsoft::Azure::RemoteRendering::Float2 get(); void set(Microsoft::Azure::RemoteRendering::Float2 value); };
public Microsoft.Azure.RemoteRendering.Float2 AttenuationCutoff { get; set; }
member this.AttenuationCutoff : Microsoft.Azure.RemoteRendering.Float2 with get, set
Public Property AttenuationCutoff As Float2

プロパティ値

注釈

このオプションを使用すると、より小さな影響範囲を適用できます。 既定では、これらの値はライトの強度から暗黙的に派生 します。 このオプションは、明るく、比較的小さな影響領域を持つ光源を作成する場合に使用します。

InvalidParam値が負、NaN、または無限である場合、エラーが発生します。

適用対象