Module Types.CameraMode

type t =
  1. | Custom
  2. | Free
  3. | Orbital
  4. | First_person
  5. | Third_person
val vals : (t * int64 F.const) list
val t : t F.typ