Anchorable


interface Anchorable<T : Any?> : Trackable

Known direct subclasses
Plane

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


Trackable object that can have an Anchor attached.

Summary

Public functions

AnchorResult

Creates an Anchor attached to this Trackable.

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-beta02
fun createAnchor(pose: Pose): AnchorResult

Creates an Anchor attached to this Trackable.