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 或无限,则会发生错误。

适用于