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

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

    Show / Hide Table of Contents

    Interface IWindowsMixedRealityUtilitiesProvider

    Defines a set of IntPtr properties that are used by the static WindowsMixedRealityUtilities to provide access to specific underlying native objects relevant to Windows Mixed Reality.

    Namespace: Microsoft.MixedReality.Toolkit.WindowsMixedReality
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IWindowsMixedRealityUtilitiesProvider
    Remarks

    This is intended to be used to support both XR SDK and Unity's legacy XR pipeline, which provide different APIs to access these native objects.

    Properties

    IHolographicFramePtr

    The current native IHolographicFrame.

    Declaration
    IntPtr IHolographicFramePtr { get; }
    Property Value
    Type Description
    IntPtr

    ISpatialCoordinateSystemPtr

    The current native root ISpatialCoordinateSystem.

    Declaration
    IntPtr ISpatialCoordinateSystemPtr { get; }
    Property Value
    Type Description
    IntPtr
    Back to top Generated by DocFX