Enum ARVRInterface.Eyes

enum Eyes : int { ... }

Enum members

NameDescription
eyeLeft Left eye output, this is mostly used internally when rendering the image for the left eye and obtaining positioning and projection information.
eyeMono Mono output, this is mostly used internally when retrieving positioning information for our camera node or when stereo scopic rendering is not supported.
eyeRight Right eye output, this is mostly used internally when rendering the image for the right eye and obtaining positioning and projection information.