SpotLightComponent.AttenuationCutoff Property

Definition

Custom interval of min/max distances over which the light's attenuated intensity is scaled down to zero.

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

Property Value

Remarks

A InvalidParam error occurs if the value is negative, NaN or infinite.

Applies to

See also