MixedRealityControllerVisualizationProfile.GetControllerModelOverride 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.
Gets the override model for a specific controller type and hand
public:
UnityEngine::GameObject ^ GetControllerModelOverride(Type ^ controllerType, Microsoft::MixedReality::Toolkit::Utilities::Handedness hand);
public UnityEngine.GameObject GetControllerModelOverride (Type controllerType, Microsoft.MixedReality.Toolkit.Utilities.Handedness hand);
member this.GetControllerModelOverride : Type * Microsoft.MixedReality.Toolkit.Utilities.Handedness -> UnityEngine.GameObject
Public Function GetControllerModelOverride (controllerType As Type, hand As Handedness) As GameObject
Parameters
- controllerType
- Type
The type of controller to query for
- hand
- Handedness
The specific hand assigned to the controller
Returns
UnityEngine.GameObject