package raylib

  1. Overview
  2. Docs
type t = Types.Camera2D.t Ctypes.structure
val t : Types.Camera2D.t Ctypes.structure Ctypes_static.typ
val create : Raylib_functions.Types.Vector2.t Ctypes.structure -> Raylib_functions.Types.Vector2.t Ctypes.structure -> float -> float -> (Types.Camera2D.t, [ `Struct ]) Ctypes.structured
val offset : (Types.Camera2D.t, [ `Struct ]) Ctypes.structured -> Raylib_functions.Types.Vector2.t Ctypes.structure
val target : (Types.Camera2D.t, [ `Struct ]) Ctypes.structured -> Raylib_functions.Types.Vector2.t Ctypes.structure
val rotation : (Types.Camera2D.t, [ `Struct ]) Ctypes.structured -> float
val zoom : (Types.Camera2D.t, [ `Struct ]) Ctypes.structured -> float
OCaml

Innovation. Community. Security.