TrackableType

enumeration

Cambiar al Manual

Descripción

A trackable is feature in the physical environment that a device is able to track, such as a plane.

TrackableType may be used as a flag and passed to methods like XRRaycastSubsystem.Raycast to specify different types of trackables to raycast against.

Variables

NoneNo trackable.
PlaneWithinPolygonThe boundary of a BoundedPlane
PlaneWithinBoundsWithin the BoundedPlane.Size of a BoundedPlane
PlaneWithinInfinityThe infinite plane of a BoundedPlane
PlaneEstimatedAn estimated plane.
PlanesAny of the plane types.
FeaturePointA feature point.
AllAll trackables (planes and point cloud)