docs.unity.cn
    Show / Hide Table of Contents

    Enum TrackedPoseDriver.TrackingType

    This enum is used to indicate which parts of the pose will be applied to the parent transform

    Namespace: UnityEngine.SpatialTracking
    Syntax
    public enum TrackingType

    Fields

    Name Description Value
    PositionOnly

    With this setting, only the pose's position will be applied to the parent transform

    RotationAndPosition

    With this setting, both the pose's rotation and position will be applied to the parent transform

    RotationOnly

    With this setting, only the pose's rotation will be applied to the parent transform

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use