ArDevice.State


class ArDevice.State


Contains the current state of the AR Device tracking.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Pose

the current Pose of the device

ArDevice

self-reference to the object that owns this state.

TrackingState

The current androidx.xr.runtime.TrackingState

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

devicePose

Added in 1.0.0-alpha14
val devicePosePose

the current Pose of the device

owner

Added in 1.0.0-alpha14
val ownerArDevice

self-reference to the object that owns this state.