dagon v0.10.3 (2020-05-05T21:30:13Z)
Home
Dub
Repo
RigidBodyController
dagon
logics
rigidbodycontroller
Undocumented in source.
class
RigidBodyController :
EntityController
{
RigidBody
rbody
;
this
(Entity e, RigidBody b);
void
update
(double dt);
}
Constructors
this
this
(Entity e, RigidBody b)
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
rbody
RigidBody
rbody
;
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
rigidbodycontroller
classes
RigidBodyController