PointLightComponent.AttenuationCutoff プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ライトの減衰強度がゼロにスケールダウンされる最小/最大距離のカスタム間隔。
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、または無限である場合、エラーが発生します。