Share via


AmbientLight.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 = ambientLight.intensity;
ambientLight.intensity = single;
Public Property Intensity As Single

Property Value

Single

float

The intensity of the light.

Applies to