IWindowsMixedRealityUtilitiesProvider Interface

Definition

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.

public interface class IWindowsMixedRealityUtilitiesProvider
public interface IWindowsMixedRealityUtilitiesProvider
type IWindowsMixedRealityUtilitiesProvider = interface
Public Interface IWindowsMixedRealityUtilitiesProvider
Derived

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.

ISpatialCoordinateSystemPtr

The current native root ISpatialCoordinateSystem.

Applies to