Enum Camera.CameraType
- Namespace
- BasilEngine.Components
- Assembly
- BasilEngine.dll
Projection type used by the camera.
public enum Camera.CameraType
Fields
ORTHOGRAPHIC = 0Orthographic projection.
PERSPECTIVE = 1Perspective projection.
Projection type used by the camera.
public enum Camera.CameraType
ORTHOGRAPHIC = 0Orthographic projection.
PERSPECTIVE = 1Perspective projection.