Package apple.arkit.protocol
Interface ARTrackable
-
- All Known Implementing Classes:
ARBodyAnchor,ARFaceAnchor,ARGeoAnchor,ARImageAnchor
public interface ARTrackableA real world object or location in the scene that is being tracked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTracked()Tracking state of the anchor The isTracked value is used to determine the anchor transform’s validity.
-