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