docs.unity.cn
    Show / Hide Table of Contents

    Enum TrackedPoseDriver.TrackingType

    Options for which properties to update.

    Namespace: UnityEngine.InputSystem.XR
    Syntax
    public enum TrackingType : int

    Fields

    Name Description Value
    RotationAndPosition

    Update both rotation and position.

    0
    RotationOnly

    Update rotation only.

    1
    PositionOnly

    Update position only.

    2
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Tuesday, November 2, 2021
    Terms of use