The MotionRange enum in the Sandbox.VR
namespace defines the range of motion for VR hand poses. It provides options for representing hand movements either as a full hand or as it would wrap around a controller.
The MotionRange enum in the Sandbox.VR
namespace defines the range of motion for VR hand poses. It provides options for representing hand movements either as a full hand or as it would wrap around a controller.
Member Name | Summary |
---|---|
Hand | The default motion range. Provides hand poses that either estimate or fully represent the user's hand. |
Controller | Provides hand poses that estimate how the user's hand wraps around a controller, if they're using one. |