docs.unity3d.com
    Show / Hide Table of Contents

    Enum TrackableType

    Flags representing trackable types in XR. A "trackable" is feature in the physical environment that a device is able to track, such as a surface. Often used in conjunction with XRRaycastHit.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    [Flags]
    public enum TrackableType

    Fields

    Name Description Value
    All

    Refers to all trackable types.

    Face

    Refers to a tracked face.

    FeaturePoint

    Refers to a feature point (i.e., point in a point cloud).

    Image

    Refers to a tracked image.

    None

    No trackable.

    PlaneEstimated

    Refers to an estimated plane.

    Planes

    Refers to any of the plane type trackables.

    PlaneWithinBounds

    Refers to the 2D rectangular bounding box that tightly encloses the plane's polygon.

    PlaneWithinInfinity

    Refers to the infinite plane described by its Pose (a position and orientation).

    PlaneWithinPolygon

    Refers to 2D convex shape associated with a plane's boundary points.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023