docs.unity.cn
    Show / Hide Table of Contents

    Enum XRRig.TrackingOriginMode

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

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    public enum TrackingOriginMode : int

    Fields

    Name Description Value
    NotSpecified

    Uses the default Tracking Origin Mode of the input device.

    0
    Device

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

    1
    Floor

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

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