Handbook
Glossary
CameraProjection
Vocabulary
raylib
Variable description
Represents the projects a camera can use.
Enum members
CAMERA_PERSPECTIVE
CAMERA_ORTHOGRAPHIC
Definition
USING:
alien.syntax
;
IN:
raylib
ENUM:
CameraProjection
{
CAMERA_PERSPECTIVE
0
}
{
CAMERA_ORTHOGRAPHIC
1
}
;