Camera2D


Vocabulary
raylib

Class description
Represents a camera in 2D space. The fields are defined as followed:

Fields
offset is the camera offset (dispacement from target)
target is the camera target (rotation and zoom origin).
rotation is the camera rotation in degrees.
zoom is the camera zoom/scalling, should be 1.0f by default.


Definition


Methods