IWindowsMixedRealityUtilitiesProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |