XRUnboundedRefSpaceFeature
This XRUnboundedRefSpaceFeature makes the UNBOUNDED reference space available in this app and can be used by setting the XRInputSubsystem tracking origin mode.
Summary
Inheritance
Inherits from:OpenXRFeature,
Google.XR.Extensions.IXRSpatialSdk
Public attributes |
|
|---|---|
ExtensionString = "XR_ANDROID_unbounded_reference_space"
|
const string
The OpenXR Extension string.
|
FeatureId = "com.google.xr.extensions.unboundedrefspace"
|
const string
The feature ID string.
|
UiName = "Android XR: Unbounded Reference Space"
|
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.
|
Public functions |
|
|---|---|
GetTargetVersion()
|
Gets the target version of the given feature if applicable.
|
Public attributes
ExtensionString
const string ExtensionString = "XR_ANDROID_unbounded_reference_space"
The OpenXR Extension string.
Used to check if this extensions is available or enabled.
FeatureId
const string FeatureId = "com.google.xr.extensions.unboundedrefspace"
The feature ID string.
UiName
const string UiName = "Android XR: Unbounded Reference Space"
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_unbounded_reference_space extension is enabled.
Public functions
GetTargetVersion
XRSpatialSdkVersions GetTargetVersion()
Gets the target version of the given feature if applicable.