Enum ProjectionMode
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the projection modes.
public enum ProjectionMode
Fields
| 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. |