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 functions

open String

Public companion properties

Paused

val PausedTrackingState

Tracking has been paused for this instance but may be resumed in the future.

Stopped

val StoppedTrackingState

Tracking has stopped for this instance and will never be resumed in the future.

Tracking

val TrackingTrackingState

The trackable is currently tracked and its pose is current.

Public functions

toString

open fun toString(): String