docs.unity.cn
    Show / Hide Table of Contents

    Enum XRGeneralGrabTransformer.TwoHandedRotationMode

    Two handed rotation mode.

    Namespace: UnityEngine.XR.Interaction.Toolkit.Transformers
    Syntax
    public enum TwoHandedRotationMode

    Fields

    Name Description Value
    FirstHandOnly

    Determines rotation using only first hand.


    0
    FirstHandDirectedTowardsSecondHand

    Determines two handed rotation using first hand and then directing the object towards the second one.


    1
    TwoHandedAverage

    Directs first hand towards second hand, but uses the two handed average to determine the base rotation.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, July 24, 2023