SpotLight.OuterConeAngleInDegrees Property

Definition

The semi-vertical angle, in degrees, of the SpotLight's outer cone. Animatable.

public:
 property float OuterConeAngleInDegrees { float get(); void set(float value); };
float OuterConeAngleInDegrees();

void OuterConeAngleInDegrees(float value);
public float OuterConeAngleInDegrees { get; set; }
var single = spotLight.outerConeAngleInDegrees;
spotLight.outerConeAngleInDegrees = single;
Public Property OuterConeAngleInDegrees As Single

Property Value

Single

float

The semi-vertical angle, in degrees, of the SpotLight's outer cone.

Remarks

Light emitted from a spotlight is made up of a bright inner cone and a larger outer cone, with the light intensity diminishing between the two.

Applies to