Enum ProjectionMode
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Enumeration for the projection modes.
C#Copypublic enum ProjectionMode
Name | Description |
---|---|
OrthographicProjection | Relative distance from the camera does not affect the size of objects. |
PerspectiveProjection | Distance causes foreshortening; objects further from the camera appear smaller. |