ArDevice.State


class ArDevice.State : Trackable.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.

open TrackingState

The current androidx.xr.arcore.TrackingState

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

devicePose

Added in 1.0.0-beta01
val devicePosePose

the current Pose of the device

owner

Added in 1.0.0-beta01
val ownerArDevice

self-reference to the object that owns this state.

trackingState

open val trackingStateTrackingState

The current androidx.xr.arcore.TrackingState