Eye.State


class Eye.State : Trackable.State


The representation of the current state of an Eye.

The Poses provided are the position and rotation of the eye itself, relative to the head pose.

Summary

Public functions

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

Public properties

Boolean

a flag indicating whether the eye is open

Pose

the Pose of the eye

open TrackingState

the androidx.xr.runtime.TrackingState of the eye

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

isOpen

Added in 1.0.0-alpha13
val isOpenBoolean

a flag indicating whether the eye is open

pose

Added in 1.0.0-alpha13
val posePose

the Pose of the eye

trackingState

open val trackingStateTrackingState

the androidx.xr.runtime.TrackingState of the eye