Enum Camera.ProjectionDirectionType

Definition

Namespace:
Tizen.NUI.Scene3D
Assembly:
Tizen.NUI.Scene3D.dll

Enumeration for the projectionDirection.

C#
Copy
public enum ProjectionDirectionType : int
Name Description
Horizontal

Relative distance from the camera does not affect the size of objects.

Vertical

Distance causes foreshortening; objects further from the camera appear smaller.

Extension Methods