CoreState
public final class CoreState
Represents the state of the XR system at a specific point in time.
Instances of this class can be accessed via the StateFlow property. This class may include extension properties provided by implementations of the StateExtender interface found during Session creation.
Summary
Public constructors |
|---|
CoreState(@NonNull ComparableTimeMark timeMark) |
Public methods |
|
|---|---|
boolean |
|
final @NonNull ComparableTimeMark |
at which the state was computed. |
int |
hashCode() |
@NonNull String |
toString() |
Public constructors
Public methods
getTimeMark
Added in 1.0.0-alpha09
public final @NonNull ComparableTimeMark getTimeMark()
at which the state was computed.