CameraFollow2D

Undocumented in source.

Constructors

this
this(Entity target, float lerp)
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.

Variables

lerp
float lerp;
Undocumented in source.
target
Entity target;

the target entity to follow

Meta