C++ Java Unity
Unity Reference
EyewearDevice Class Referenceabstract

Specialization of Device which is provided when Vuforia is running on a dedicated Eyewear device. More...

Inheritance diagram for EyewearDevice:
Device

Public Member Functions

abstract ScreenOrientation GetScreenOrientation ()
 Returns the correct screen orientation to use when rendering for the eyewear device. More...
 
abstract bool IsSeeThru ()
 Returns true if the Eyewear device detected has a see-through display. More...
 

Additional Inherited Members

- Properties inherited from Device
static Device Instance [get]
 Returns the singleton instance of a Device (thread safe). An EyewearDevice is returned if Vuforia is running on a dedicated eyewear device. More...
 

Detailed Description

Specialization of Device which is provided when Vuforia is running on a dedicated Eyewear device.

Member Function Documentation

abstract ScreenOrientation GetScreenOrientation ( )
pure virtual

Returns the correct screen orientation to use when rendering for the eyewear device.

abstract bool IsSeeThru ( )
pure virtual

Returns true if the Eyewear device detected has a see-through display.