package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.CameraProjectionSource

type t =
  1. | Perspective
  2. | Orthographic
val t : t Ctypes.typ
Sourceval to_int : t -> int
Sourceval of_int : int -> t