日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class XRSubsystemHelpers

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

    Inheritance
    Object
    XRSubsystemHelpers
    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.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
    Back to top Generated by DocFX