FakeRuntimeEye


public final class FakeRuntimeEye


Summary

Public constructors

Public methods

@NonNull Pose

The eye's pose

@NonNull TrackingState

the tracking state of the eye

boolean

a flag indicating whether or not the eye is open.

void
setOpen(boolean isOpen)

a flag indicating whether or not the eye is open.

void

The eye's pose

void

the tracking state of the eye

Public constructors

FakeRuntimeEye

Added in 1.0.0-alpha08
public FakeRuntimeEye()

Public methods

getPose

Added in 1.0.0-alpha08
public @NonNull Pose getPose()

The eye's pose

getTrackingState

Added in 1.0.0-alpha08
public @NonNull TrackingState getTrackingState()

the tracking state of the eye

isOpen

Added in 1.0.0-alpha08
public boolean isOpen()

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

setOpen

Added in 1.0.0-alpha08
public void setOpen(boolean isOpen)

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

setPose

Added in 1.0.0-alpha08
public void setPose(@NonNull Pose pose)

The eye's pose

setTrackingState

Added in 1.0.0-alpha08
public void setTrackingState(@NonNull TrackingState trackingState)

the tracking state of the eye