Class XRSubsystemHelpers
A helper class to provide easier access to active Unity XR SDK subsystems.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public static class XRSubsystemHelpers
Remarks
These properties are only valid for the XR SDK pipeline.
Properties
DisplaySubsystem
The XR SDK display subsystem for the currently loaded XR plug-in.
Declaration
public static XRDisplaySubsystem DisplaySubsystem { get; }
Property Value
Type | Description |
---|---|
XRDisplaySubsystem |
InputSubsystem
The XR SDK input subsystem for the currently loaded XR plug-in.
Declaration
public static XRInputSubsystem InputSubsystem { get; }
Property Value
Type | Description |
---|---|
XRInputSubsystem |
MeshSubsystem
The XR SDK mesh subsystem for the currently loaded XR plug-in.
Declaration
public static XRMeshSubsystem MeshSubsystem { get; }
Property Value
Type | Description |
---|---|
XRMeshSubsystem |