enum DisplayType
This describes a type of display hardware!
Enum Values
Flatscreen | This is a single flat screen, with no stereo depth. This could be something like either a computer monitor, or a phone with passthrough AR. |
None | Not a display at all, or the variable hasn’t been initialized properly yet. |
Stereo | This is a stereo display! It has 2 screens, or two sections that display content in stereo, one for each eye. This could be a VR headset, or like a 3D tv. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!