ControllerModelArticulator Class
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.
Handles articulation of the animatable parts of a controller model.
public class ControllerModelArticulator : UnityEngine.MonoBehaviour
type ControllerModelArticulator = class
inherit MonoBehaviour
Public Class ControllerModelArticulator
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourControllerModelArticulator
Constructors
ControllerModelArticulator() |
Methods
StopArticulating() |
Stops any active articulation of this controller model. |
TryStartArticulating(ControllerModel, UInt64) |
Tries to start active articulation of this controller model. |
Update() |
The MonoBehaviour Update() callback. |