meatbox ~master (2020-09-03T17:52:18Z)
Dub
Repo
Imagebox
meatbox
imagebox
class
Imagebox :
Box
{
Image
image
;
this
();
this
(string path);
this
(Image image);
void
render
();
static
void
render
(Image image, float x, float y);
static
void
startRender
();
static
void
endRender
();
static immutable
float
[
8
]
vertices
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(string path)
this
this
(Image image)
Members
Functions
render
void
render
()
Static functions
endRender
void
endRender
()
render
void
render
(Image image, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
startRender
void
startRender
()
Static variables
vertices
float
[
8
]
vertices
;
Undocumented in source.
Variables
image
Image
image
;
Undocumented in source.
Inherited Members
From Box
color
alias
color
=
colour
Undocumented in source.
colour
Colour
colour
;
Undocumented in source.
x
float
x
;
y
float
y
;
width
float
width
;
height
float
height
;
Undocumented in source.
vertices
float
[
8
]
vertices
;
Undocumented in source.
render
void
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
startRender
void
startRender
()
endRender
void
endRender
()
Meta
Source
See Implementation
meatbox
imagebox
classes
Imagebox