mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class XRSDKSubsystemHelpers

    A helper class to provide easier access to active Unity XR SDK subsystems.

    Inheritance
    Object
    XRSDKSubsystemHelpers
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.XRSDK
    Assembly: cs.temp.dll.dll
    Syntax
    public static class XRSDKSubsystemHelpers

    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
    In This Article
    • Properties
      • DisplaySubsystem
      • InputSubsystem
      • MeshSubsystem
    Back to top Generated by DocFX