Raylib.CameraMode
type t =
| Custom
| Free
| Orbital
| First_person
| Third_person
val to_int : t -> int
val of_int : int -> t