Interface IWindowsMixedRealityUtilitiesProvider
Defines a set of IntPtr properties that are used by the static Windows
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 |
---|---|
Int |
ISpatialCoordinateSystemPtr
The current native root ISpatialCoordinateSystem.
Declaration
IntPtr ISpatialCoordinateSystemPtr { get; }
Property Value
Type | Description |
---|---|
Int |