reng v0.3.3 (2020-07-30T23:47:39Z)
Dub
Repo
CameraFollow2D
re
ng
camera
cam2d
Undocumented in source.
class
CameraFollow2D : Component, Updatable {
mixin
Reflect
;
Entity
target
;
float
lerp
;
this
(Entity target, float lerp);
void
setup
();
void
update
();
}
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
Source
See Implementation
re
ng
camera
cam2d
classes
CameraFollow2D
SceneCamera2D