docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum TrackableType

    Flags that represent 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
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    [Flags]
    public enum TrackableType

    Fields

    Name Description
    All

    Deprecated in favor of AllTypes. Refers to all trackable types except Depth.

    AllTypes

    Refers to all trackable types.

    BoundingBox

    Refers to a 3D bounding box

    Depth

    Refers to a point in the depth map.

    Face

    Refers to a tracked face.

    FeaturePoint

    Refers to a feature point (that is, a point in a point cloud).

    Image

    Refers to a tracked image.

    None

    No trackable.

    PlaneEstimated

    Refers to an estimated plane.

    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 the 2D convex shape associated with a plane's boundary points.

    Planes

    Refers to any of the plane type trackables.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)