We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    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
    [Obsolete("Use Microsoft.MixedReality.Toolkit.Utilities.XRSubsystemHelpers instead.")]
    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
    Back to top Generated by DocFX