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