docs.unity.cn
    Show / Hide Table of Contents

    Enum XROrigin.TrackingOriginMode

    Sets which Tracking Origin Mode to use when initializing the input device.

    Namespace: Unity.XR.CoreUtils
    Syntax
    public enum TrackingOriginMode

    Fields

    Name Description Value
    Device

    Sets the Tracking Origin Mode to Device. Input devices will be tracked relative to the first known location.

    Floor

    Sets the Tracking Origin Mode to Floor. Input devices will be tracked relative to a location on the floor.

    NotSpecified

    Uses the default Tracking Origin Mode of the input device.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, December 21, 2022
    Terms of use