SceneCamera2D

represents a camera for a 2D scene

Constructors

this
this()
Undocumented in source.

Members

Functions

setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Reflect
Undocumented in source.

Properties

camera
raylib.Camera2D camera [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
offset
Vector2 offset [@property getter]

gets the camera offset (displacement from target)

offset
Vector2 offset [@property setter]

sets the camera offset (displacement from target)

Inherited Members

From SceneCamera

__anonymous
mixin Reflect
Undocumented in source.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta