Camera2D

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
struct Camera2D {}

Members

Variables

offset
Vector2 offset;
Undocumented in source.
rotation
float rotation;
Undocumented in source.
target
Vector2 target;
Undocumented in source.
zoom
float zoom;
Undocumented in source.

Meta