d2dgame v3.0.0-beta.3 (2021-12-03T16:28:11Z)
Dub
Repo
RectangleShape.create
d2d
rendering
rectangleshape
RectangleShape
Creates a new mesh after disposing the old mesh.
void
create
()
class
RectangleShape
void
create
(
)
RectangleShape
create
(vec2 position, vec2 size)
RectangleShape
create
(Texture texture, vec2 position, vec2 size)
RectangleShape
create
(Texture texture, vec2 position, vec2 size, vec4 texCoords)
Meta
Source
See Implementation
d2d
rendering
rectangleshape
RectangleShape
constructors
this
destructors
~this
functions
create
dispose
draw
properties
size
texCoords
valid
variables
_mesh
_size
_texCoords
Creates a new mesh after disposing the old mesh.