編集

Share via


OpenVRRenderModel.LoadModel(Handedness) Method

Definition

Attempts to load or reload a controller model based on the passed in handedness.

public:
 bool LoadModel(Microsoft::MixedReality::Toolkit::Utilities::Handedness handedness);
public bool LoadModel (Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness);
member this.LoadModel : Microsoft.MixedReality.Toolkit.Utilities.Handedness -> bool
Public Function LoadModel (handedness As Handedness) As Boolean

Parameters

handedness
Handedness

The handedness of the controller model to load.

Returns

True if the controller model was found and loaded. False otherwise.

Applies to