SpotLightComponent.SpotAngleDeg Property

Definition

The inner and outer angle (in degree) of the spot light cone.

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

Property Value

Remarks

* Everything within the inner angle is illuminated with full brightness. * Everything outside the outer angle won't be illuminated at all. * Between the inner and outer angle a falloff that creates a penumbra-like effect is applied.

A InvalidParam error occurs if x or y is outside the range [0; 89] or if x is >= y.

Applies to