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 |