We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Enum LeapVRDeviceOffsetMode

    The offset modes when the LeapControllerOrientation is Headset. These offset modes can only be used if the LeapServiceProvider within the LeapMotionDeviceManager.cs is the LeapXRServiceProvider. These modes are only for the offset of the Leap Controller while in VR and not while the controller is on the desk.

    Namespace: Microsoft.MixedReality.Toolkit.LeapMotion.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public enum LeapVRDeviceOffsetMode

    Fields

    Name Description
    Default

    No change or offset will be applied to the Leap Controller while in this mode.

    ManualHeadOffset

    This mode exposes the modification of 3 properties: LeapDeviceOffsetY, LeapDeviceOffsetZ and LeapDeviceOffsetTiltX. These properties have the same set range as the offset properties contained in the LeapXRServiceProvider component.

    Transform

    Set a new transform as the origin of the Leap Controller while in VR. Setting the origin of the Leap Controller will move the hands to the new transform.

    In This Article
    Back to top Generated by DocFX