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
Public properties
isOpen
Added in 1.0.0-alpha08
val isOpen: Boolean
a flag indicating whether or not the eye is open. It's set to true if it's open, false if it's closed. *