Version: 2018.2

TrackableType

enumeration

マニュアルに切り替える

説明

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.

変数

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)