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. |
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 |
PlaneWithinPolygon | Refers to the 2D convex shape associated with a plane's boundary points. |
Planes | Refers to any of the plane type trackables. |