data class CoreState


Represents the state of the XR system at a specific point in time.

Summary

Public constructors

Public properties

ComparableTimeMark

at which the state was computed.

Extension properties

PerceptionState?

The state of the perception system.

Public constructors

CoreState

Added in 1.0.0-alpha02
CoreState(timeMark: ComparableTimeMark)

Public properties

timeMark

Added in 1.0.0-alpha02
val timeMarkComparableTimeMark

at which the state was computed.

Extension properties

perceptionState

val CoreState.perceptionStatePerceptionState?

The state of the perception system.