public final class CoreState


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

Summary

Public constructors

Public methods

final @NonNull ComparableTimeMark

at which the state was computed.

Extension functions

final PerceptionState

The state of the perception system.

Public constructors

CoreState

Added in 1.0.0-alpha01
public CoreState(@NonNull ComparableTimeMark timeMark)

Public methods

getTimeMark

Added in 1.0.0-alpha01
public final @NonNull ComparableTimeMark getTimeMark()

at which the state was computed.

Extension functions

PerceptionStateExtenderKt.getPerceptionState

public final PerceptionState PerceptionStateExtenderKt.getPerceptionState(
    @NonNull CoreState receiver
)

The state of the perception system.