Share via


TrackingMapManager.IsSupported(TrackingMapType) Method

Definition

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.

Applies to