public final enum
TrackingState
Describes the tracking state of the Trackable.
Inherited Methods
From
class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(TrackingState arg0)
|
int
|
compareTo(Object arg0)
|
final
Optional<EnumDesc<TrackingState>>
|
describeConstable()
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<TrackingState>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
From
class
java.lang.Object
From
interface
java.lang.constant.Constable
abstract
Optional<? extends ConstantDesc>
|
describeConstable()
|
From
interface
java.lang.Comparable
abstract
int
|
compareTo(TrackingState arg0)
|
Enum Values
PAUSED
public static final TrackingState PAUSED
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.
STOPPED
public static final TrackingState STOPPED
ARCore has stopped tracking this Trackable and will never resume tracking it.
TRACKING
public static final TrackingState TRACKING
The Trackable is currently tracked and its pose is current.