Trackable


interface Trackable<State : Any?>

Known direct subclasses
Plane

Describes the system's current best knowledge of a real-world planar surface.


An object that ARCore for Jetpack XR can track and that Anchors can be attached to.

Summary

Nested types

interface Trackable.State

The subset of data that is common to the state of all Trackable instances.

Public functions

AnchorCreateResult

Creates an Anchor that is attached to this trackable, using the given initial pose in the world coordinate space.

Public properties

StateFlow<Trackable.State>

Emits the current state of this trackable.

Public functions

createAnchor

Added in 1.0.0-alpha02
fun createAnchor(pose: Pose): AnchorCreateResult

Creates an Anchor that is attached to this trackable, using the given initial pose in the world coordinate space.

Public properties

state

Added in 1.0.0-alpha02
val stateStateFlow<Trackable.State>

Emits the current state of this trackable.