Enum ViewMode
Definition
- Namespace:
- Tizen.NUI.Constants
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Enumeration for stereoscopic view modes.
C#Copypublic enum ViewMode
Name | Description |
---|---|
Mono | Monoscopic (single camera). This is the default. |
StereoHorizontal | Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. |
StereoInterlaced | Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. |
StereoVertical | Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. |