docs.unity.cn
    Show / Hide Table of Contents

    Enum PoseDataFlags

    Bitflag enum which represents what data was set on an associated Pose struct

    Namespace: UnityEngine.SpatialTracking
    Syntax
    [Flags]
    public enum PoseDataFlags

    Fields

    Name Description Value
    NoData

    No data was actually set on the pose

    Position

    If this flag is set, position data was updated on the associated pose struct

    Rotation

    If this flag is set, rotation data was updated on the associated pose struct

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