XRSessionFeature

This OpenXRInteractionFeature provides Android XR session management for all extended Android XR features, and common session configurations.

It also provides Android XR implementation of XRSessionSubsystem if there is no session subsystem available.

Summary

Inheritance

Inherits from: OpenXRFeature

Public attributes

ExtensionStrings = _subsamplingExtensions
const string
The OpenXR Extension string.
FeatureId = "com.google.xr.extensions.session_management"
const string
The feature ID string.
ImmersiveXR = true
bool
A boolean that indicates the activity starts in XR Immersive mode, and will be launched in full-screen mode.
UiName = "Android XR (Extensions): Session Management"
const string
The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes.

Properties

VulkanSubsampling
bool
Gets or sets a value indicating whether to enable the usage of Vulkan Subsampling.

Public attributes

ExtensionStrings

const string ExtensionStrings = _subsamplingExtensions

The OpenXR Extension string.

Used to check if this extensions is available or enabled.

FeatureId

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

The feature ID string.

ImmersiveXR

bool ImmersiveXR = true

A boolean that indicates the activity starts in XR Immersive mode, and will be launched in full-screen mode.

UiName

const string UiName = "Android XR (Extensions): Session Management"

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

Properties

VulkanSubsampling

bool VulkanSubsampling

Gets or sets a value indicating whether to enable the usage of Vulkan Subsampling.

Note: To toggle Vulkan Subsampling at runtime, you can set this field with true in Editor so the project can build with necessary BootConfig, then toggle this property at runtime.