meatbox ~master (2022-04-13T06:31:47.715301)
Dub
Repo
Box
meatbox
box
Undocumented in source.
class
Box {
alias
color
=
colour
;
Colour
colour
;
float
x
;
float
y
;
float
width
;
float
height
;
this
(float x, float y, float width, float height);
this
();
static immutable
float
[
8
]
vertices
;
void
render
();
static
void
startRender
();
static
void
endRender
();
}
Constructors
this
this
(float x, float y, float width, float height)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Aliases
color
alias
color
=
colour
Undocumented in source.
Functions
render
void
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
endRender
void
endRender
()
startRender
void
startRender
()
Static variables
vertices
float
[
8
]
vertices
;
Undocumented in source.
Variables
colour
Colour
colour
;
height
float
height
;
width
float
width
;
Undocumented in source.
x
float
x
;
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
meatbox
box
classes
Box