SpotLightComponent.SpotAngleDeg Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.