Enum TrackableType | AR Subsystems | 3.0.0
docs.unity.cn
    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
    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 Copyright © 2019 Unity Technologies
    Generated by DocFX