OpenVRRenderModel.LoadModel(Handedness) 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.
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.