日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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.

    Back to top Generated by DocFX