artemisd ~master (2015-07-27T13:45:50Z)
Home
Dub
Repo
Velocity
example
Undocumented in source.
final
class
Velocity : Component {
mixin
TypeDecl
;
float
x
;
float
y
;
this
(float x, float y);
}
Constructors
this
this
(float x, float y)
Undocumented in source.
Members
Mixins
__anonymous
mixin
TypeDecl
Undocumented in source.
Variables
x
float
x
;
Undocumented in source.
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
example
classes
MovementSystem
Position
RenderSystem
Renderer
Velocity
functions
main