Module Raylib_fixed_types.CameraMode

include module type of struct include Types.CameraMode end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).CameraMode.t =
  1. | Custom
  2. | Free
  3. | Orbital
  4. | First_person
  5. | Third_person
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t