XRStreamingFeature

This OpenXRInteractionFeature provides Android XR Direct Preview support within Editor, require Android XR Streaming runtime to be preinstalled on the host.

Note: it now supports Windows only.

Summary

Inheritance

Inherits from: OpenXRFeature

Public types

XRStreamingClient{
  Device = 0,
  Emulator = 1
}
enum
The client of XR Stremaing.

Public attributes

FeatureId = "com.google.xr.extensions.streaming"
const string
The feature ID string.
UiName = "Android XR Streaming"
const string
The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes.

Public types

XRStreamingClient

 XRStreamingClient

The client of XR Stremaing.

Properties
Device

Streaming to Android XR devices in Editor Play Mode.

Emulator

Streaming to Android XR emulators in Editor Play Mode.

Public attributes

FeatureId

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

The feature ID string.

UiName

const string UiName = "Android XR Streaming"

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