Property averageIntensityInLumens
averageIntensityInLumens
An estimate for the average intensity, in lumens, in the scene.
Use averageIntensityInLumens.HasValue to determine if this information is available.
Declaration
public float? averageIntensityInLumens { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
Remarks
averageIntensityInLumens can be null when light estimation is not enabled in the ARSession, or if a platform-specific error has occurred.