Click or drag to resize
DigitalRuneSpotlightFalloffAngle Property
Gets or sets the falloff (umbra) angle.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float FalloffAngle { get; set; }

Property Value

Type: Single
The falloff (umbra) angle of the spotlight in radians. The default value is 0.349 radians (= 20°).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
Remarks
The falloff angle is the angle between the spotlight direction and the direction at which the light begins to fall off. (The size of the inner light cone, in which the light is at full intensity, is 2 · FalloffAngle.)
See Also