LeapMotionDeviceManagerProfile.LeapControllerOrientation Property
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.
The location of the leap motion controller. LeapControllerOrientation.Headset indicates the controller is mounted on a headset. LeapControllerOrientation.Desk indicates the controller is placed flat on desk. The default value is set to LeapControllerOrientation.Headset.
public:
property Microsoft::MixedReality::Toolkit::LeapMotion::Input::LeapControllerOrientation LeapControllerOrientation { Microsoft::MixedReality::Toolkit::LeapMotion::Input::LeapControllerOrientation get(); };
public Microsoft.MixedReality.Toolkit.LeapMotion.Input.LeapControllerOrientation LeapControllerOrientation { get; }
member this.LeapControllerOrientation : Microsoft.MixedReality.Toolkit.LeapMotion.Input.LeapControllerOrientation
Public ReadOnly Property LeapControllerOrientation As LeapControllerOrientation