XRCubemapLightEstimationFeature

This feature provides access to the XR_ANDROID_light_estimation_cubemap extension and implements XREnvironmentProbeSubsystem .

Summary

Inheritance

Inherits from: OpenXRFeature, Google.XR.Extensions.IXRSpatialSdk

Public attributes

ExtensionStrings = "XR_ANDROID_light_estimation XR_ANDROID_light_estimation_cubemap"
const string
The required OpenXR extension.
FeatureId = "com.google.xr.extensions.cubemap_light_estimation"
const string
The feature ID string.
UiName = "Android XR (Extensions): Cubemap Light Estimation"
const string
The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes.

Public static attributes

IsExtensionEnabled => _extensionEnabled
bool
Gets if the required OpenXR extension is enabled.
RequiredPermission = AndroidXRPermission.SceneUnderstandingFine
Runtime permission required to enable scene understanding fine.

Public functions

GetTargetVersion()
Gets the target version of the given feature if applicable.

Public attributes

ExtensionStrings

const string ExtensionStrings =
            "XR_ANDROID_light_estimation XR_ANDROID_light_estimation_cubemap"

The required OpenXR extension.

FeatureId

const string FeatureId = "com.google.xr.extensions.cubemap_light_estimation"

The feature ID string.

UiName

const string UiName =
            "Android XR (Extensions): Cubemap Light Estimation"

The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes.

Public static attributes

IsExtensionEnabled

bool IsExtensionEnabled => _extensionEnabled

Gets if the required OpenXR extension is enabled.

When OpenXR runtime is waiting, it returns null. Otherwise, it indicates whether the XR_ANDROID_light_estimation_cubemap extensions is available and supported on current device.

RequiredPermission

readonly AndroidXRPermission RequiredPermission =
            AndroidXRPermission.SceneUnderstandingFine

Runtime permission required to enable scene understanding fine.

Public functions

GetTargetVersion

XRSpatialSdkVersions GetTargetVersion()

Gets the target version of the given feature if applicable.