ControllerModelArticulator.TryStartArticulating 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.
Tries to start active articulation of this controller model.
public bool TryStartArticulating (Microsoft.MixedReality.OpenXR.ControllerModel controllerModel, ulong modelKey);
member this.TryStartArticulating : Microsoft.MixedReality.OpenXR.ControllerModel * uint64 -> bool
Public Function TryStartArticulating (controllerModel As ControllerModel, modelKey As ULong) As Boolean
Parameters
- controllerModel
- ControllerModel
The reference to the controller model this component represents. See Left and Right.
- modelKey
- UInt64
The model key corresponding to the loaded controller model. See TryGetControllerModelKey(UInt64).
Returns
True if the controller model supports part articulation and articulation was actively started.