Table of Contents

Enum Camera.CameraType

Namespace
BasilEngine.Components
Assembly
BasilEngine.dll

Projection type used by the camera.

public enum Camera.CameraType

Fields

ORTHOGRAPHIC = 0

Orthographic projection.

PERSPECTIVE = 1

Perspective projection.