enum MotionRange : System.Enum

robot_2Generated
code_blocksInput

Description

The MotionRange enum in the Sandbox.VR namespace defines the range of motion for VR hand tracking. It provides options for representing hand poses either as a full hand or as it would wrap around a controller.

Members

Fields

Member NameSummary
HandThe default motion range. Provides hand poses that either estimate or fully represent the user's hand.
ControllerProvides hand poses that estimate how the user's hand wraps around a controller, if they're using one.