w4d v0.0.3 (2018-08-14T14:17:39Z)
Dub
Repo
BackgroundElement
w4d
element
background
An element of background.
class
BackgroundElement : RectElement {
protected
vec3
_pos
;
this
();
void
resize
(BoxStyle box);
void
draw
(Shader s);
}
Constructors
this
this
()
Members
Functions
draw
void
draw
(Shader s)
resize
void
resize
(BoxStyle box)
Variables
_pos
vec3
_pos
;
Undocumented in source.
Meta
Source
See Implementation
w4d
element
background
classes
BackgroundElement
An element of background.