ARCore has paused tracking this instance, but may resume tracking it in the future. This can
happen if device tracking is lost, or if the user enters a new space, or if the Session is
currently paused. When in this state the properties of the instance may be wildly inaccurate
and should generally not be used.
public
static
final
TrackingState
STOPPED
STOPPED
public static final TrackingState STOPPED
ARCore has stopped tracking this Trackable and will never resume tracking it.
public
static
final
TrackingState
TRACKING
TRACKING
public static final TrackingState TRACKING
The Trackable is currently tracked and its pose is current.