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
Syntax
[Flags]
public enum TrackableType
Fields
Name | Description | Value |
---|---|---|
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. |
|
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 |
|
PlaneWithinPolygon | Refers to the 2D convex shape associated with a plane's boundary points. |