namespace Sandbox.VR;
[Expose]
public enum MotionRange
{
///
/// The default motion range. Provides hand poses that either estimate or fully represent the user's hand.
///
Hand,
///
/// Provides hand poses that estimate how the user's hand wraps around a controller, if they're using one.
///
Controller
}