TrackingState
class TrackingState
Describes the state of the tracking performed.
Summary
Public companion properties |
|
|---|---|
TrackingState |
Tracking has been paused for this instance but may be resumed in the future. |
TrackingState |
Tracking has stopped for this instance and will never be resumed in the future. |
TrackingState |
The trackable is currently tracked and its pose is current. |
Public companion properties
PAUSED
val PAUSED: TrackingState
Tracking has been paused for this instance but may be resumed in the future.
STOPPED
val STOPPED: TrackingState
Tracking has stopped for this instance and will never be resumed in the future.