Scene2D

represents a scene rendered in 2d

Members

Functions

render_renderable
void render_renderable(Component component)
Undocumented in source. Be warned that the author may not have intended to support it.
render_scene
void render_scene()
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Variables

cam
SceneCamera2D cam;

the 2d scene camera

Meta