Anchor.State


class Anchor.State


The representation of the current state of an Anchor.

Summary

Public constructors

State(trackingState: TrackingState, pose: Pose)

Public functions

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

Public properties

Pose

the location of the anchor in the world coordinate space.

TrackingState

the current TrackingState of the anchor.

Public constructors

State

Added in 1.0.0-alpha01
State(trackingState: TrackingState, pose: Pose)

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

pose

Added in 1.0.0-alpha01
val posePose

the location of the anchor in the world coordinate space.

trackingState

Added in 1.0.0-alpha01
val trackingStateTrackingState

the current TrackingState of the anchor.