dagon v0.8.0 (2018-05-24T21:27:13Z)
Home
Dub
Repo
DefaultEntityController
dagon
logics
controller
Undocumented in source.
class
DefaultEntityController :
EntityController
{
bool
swapZY
;
this
(Entity e);
void
update
(double dt);
}
Constructors
this
this
(Entity e)
Undocumented in source.
Members
Functions
update
void
update
(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
swapZY
bool
swapZY
;
Undocumented in source.
Inherited Members
From EntityController
entity
Entity
entity
;
Undocumented in source.
update
void
update
(double dt)
Undocumented in source.
Meta
Source
See Implementation
dagon
logics
controller
classes
DefaultEntityController
EntityController