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

Eye

self-reference to the object that owns this state.

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-alpha14
val isOpenBoolean

a flag indicating whether the eye is open

owner

Added in 1.0.0-alpha14
val ownerEye

self-reference to the object that owns this state.

pose

Added in 1.0.0-alpha14
val posePose

the Pose of the eye

trackingState

open val trackingStateTrackingState

the androidx.xr.runtime.TrackingState of the eye