PerceptionState


class PerceptionState


Represents the state of ARCore for Jetpack XR at an specific point in time.

Can be obtained from CoreState.perceptionState.

Summary

Public functions

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

Public properties

ComparableTimeMark

the time at which the state was computed.

Collection<Trackable<Trackable.State>>

the trackables that are currently being tracked.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

timeMark

Added in 1.0.0-alpha01
val timeMarkComparableTimeMark

the time at which the state was computed.

trackables

Added in 1.0.0-alpha01
val trackablesCollection<Trackable<Trackable.State>>

the trackables that are currently being tracked.