dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
Home
Dub
Repo
RigidBodyComponent
dagon
ext
physics
rigidbodycomponent
Undocumented in source.
class
RigidBodyComponent :
EntityComponent
{
RigidBody
rbody
;
Matrix4x4f
prevTransformation
;
this
(EventManager em, Entity e, RigidBody b);
void
update
(Time t);
}
Constructors
this
this
(EventManager em, Entity e, RigidBody b)
Undocumented in source.
Members
Functions
update
void
update
(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
prevTransformation
Matrix4x4f
prevTransformation
;
Undocumented in source.
rbody
RigidBody
rbody
;
Undocumented in source.
Inherited Members
From EntityComponent
entity
Entity
entity
;
Undocumented in source.
update
void
update
(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void
render
(GraphicsState* state)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dagon
ext
physics
rigidbodycomponent
classes
RigidBodyComponent