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 constructors

State(isOpen: Boolean, pose: Pose, trackingState: TrackingState)

Public properties

Boolean

a flag indicating whether the eye is open

Pose

the Pose of the eye

open TrackingState

the TrackingState of the eye

Public constructors

State

Added in 1.0.0-alpha12
State(isOpen: Boolean, pose: Pose, trackingState: TrackingState)

Public properties

isOpen

Added in 1.0.0-alpha12
val isOpenBoolean

a flag indicating whether the eye is open

pose

Added in 1.0.0-alpha12
val posePose

the Pose of the eye

trackingState

open val trackingStateTrackingState

the TrackingState of the eye