dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
Grid
testbed
grid
Undocumented in source.
class
Grid :
Drawable
{
float
cellWidth
;
int
size
;
void
draw
(double dt);
void
free
();
}
Members
Functions
draw
void
draw
(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cellWidth
float
cellWidth
;
Undocumented in source.
size
int
size
;
Undocumented in source.
Inherited Members
From Drawable
draw
void
draw
(double dt)
Undocumented in source.
Meta
Source
See Implementation
testbed
grid
classes
Grid