MixedRealityControllerVisualizationProfile.GetUsePlatformModelsOverride Method

Definition

Gets the UsePlatformModels value defined for the specified controller definition. If the requested controller type is not defined, the default UsePlatformModels is returned.

public:
 bool GetUsePlatformModelsOverride(Type ^ controllerType, Microsoft::MixedReality::Toolkit::Utilities::Handedness hand);
public bool GetUsePlatformModelsOverride (Type controllerType, Microsoft.MixedReality.Toolkit.Utilities.Handedness hand);
member this.GetUsePlatformModelsOverride : Type * Microsoft.MixedReality.Toolkit.Utilities.Handedness -> bool
Public Function GetUsePlatformModelsOverride (controllerType As Type, hand As Handedness) As Boolean

Parameters

controllerType
Type

The type of controller to query for

hand
Handedness

The specific hand assigned to the controller

Returns

Applies to