Property supportsWorldTrackingAmbientIntensityLightEstimation
supportsWorldTrackingAmbientIntensityLightEstimation
Indicates whether the provider implementation supports ambient intensity light estimation while world tracking. If false, XRCameraFrame.hasAverageBrightness and XRCameraFrame.hasAverageIntensityInLumens must be false while world tracking.
Declaration
public bool supportsWorldTrackingAmbientIntensityLightEstimation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation supports ambient intensity while world tracking. Otherwise, false. |