TrackingMapManager.IsSupported(TrackingMapType) Method
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.
Indicates if a tracking map type is supported
public bool IsSupported (Microsoft.MixedReality.OpenXR.TrackingMapType trackingMapType);
member this.IsSupported : Microsoft.MixedReality.OpenXR.TrackingMapType -> bool
Public Function IsSupported (trackingMapType As TrackingMapType) As Boolean
Parameters
- trackingMapType
- TrackingMapType
Tracking map type to check for support
Returns
True if the tracking map type is supported.
Remarks
TrackingMapType.Shared is always supported.