FakeRuntimeEye


class FakeRuntimeEye


Fake implementation of Eye for testing purposes.

Summary

Public constructors

Public properties

open Boolean

a flag indicating whether or not the eye is open.

open Pose

the Pose of the eye

open TrackingState

the TrackingState of the eye

Public constructors

FakeRuntimeEye

Added in 1.0.0-alpha12
FakeRuntimeEye()

Public properties

isOpen

Added in 1.0.0-alpha12
open var 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-alpha12
open var posePose

the Pose of the eye

trackingState

Added in 1.0.0-alpha12
open var trackingStateTrackingState

the TrackingState of the eye