FPSCounter

Undocumented in source.

Members

Functions

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

Properties

bounds
Rectangle bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Component

__anonymous
mixin Reflect
Undocumented in source.
entity
Entity entity;

owner entity

setup
void setup()

initialize the component. entity is already set.

destroy
void destroy()

release resources and clean up

transform
Transform transform [@property getter]

forward to entity.transform

From Renderable2D

bounds
Rectangle bounds [@property getter]
Undocumented in source.

Meta