LeapMotionDeviceManagerProfile.LeapVRDeviceOffsetTiltX 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 X-axis tilt offset of the Leap Motion Controller if the LeapVRDeviceOffsetMode is Manual Head Offset and the LeapControllerOrientation is Headset. This property and the range constraints mirror the range specified in the LeapXRServiceProvider.
public:
property float LeapVRDeviceOffsetTiltX { float get(); void set(float value); };
public float LeapVRDeviceOffsetTiltX { get; set; }
member this.LeapVRDeviceOffsetTiltX : single with get, set
Public Property LeapVRDeviceOffsetTiltX As Single