Eye.State


class Eye.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 or not the eye is open.

Pose

The eye's pose

TrackingState

the tracking state of the eye

Public constructors

State

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

Public properties

isOpen

Added in 1.0.0-alpha08
val isOpenBoolean

a flag indicating whether or not the eye is open. It's set to true if it's open, false if it's closed. *

pose

Added in 1.0.0-alpha08
val posePose

The eye's pose

trackingState

Added in 1.0.0-alpha08
val trackingStateTrackingState

the tracking state of the eye