Share via


DistantLight.Intensity Property

Definition

Gets or sets the intensity of the light.

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

void Intensity(float value);
public float Intensity { get; set; }
var single = distantLight.intensity;
distantLight.intensity = single;
Public Property Intensity As Single

Property Value

Single

float

The intensity of the light.

Applies to