docs.unity.cn
    Show / Hide Table of Contents

    Enum GestureTransformationUtility.GestureTranslationMode

    Represents the alignment of a plane where translation is allowed.

    Namespace: UnityEngine.XR.Interaction.Toolkit.AR
    Syntax
    public enum GestureTranslationMode : int

    Fields

    Name Description Value
    Horizontal

    Allow translation when the plane is horizontal.

    0
    Vertical

    Allow translation when the plane is vertical.

    1
    Any

    Allow translation on any plane.

    2
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, October 27, 2021