Anchorable


interface Anchorable<T : Any?> : Trackable

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 an Anchor can be attached to.

Summary

Public functions

AnchorCreateResult

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

Inherited properties

From androidx.xr.arcore.Trackable
StateFlow<Trackable.State>

Emits the current state of this trackable.

Public functions

createAnchor

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

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