Enum HandSimulationMode
Defines for how input simulation handles controllers
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
[Obsolete("Use ControllerSimulationMode instead.")]
public enum HandSimulationMode
Fields
| Name | Description |
|---|---|
| Articulated | Provide a fully articulated hand controller |
| Disabled | Disable controller simulation |
| Gestures | Raises hand gesture events only |
| MotionController | Provide a 6DoF motion controller |