Method GLUE.BaseTexture()->draw()
- Method draw
void
draw(float
x
,float
y
,float
z
,float
w
,float
h
)- Description
Draw the texture at
x
,y
,z
with dimensionsw
*h
.
void
draw(float
x
, float
y
, float
z
, float
w
, float
h
)
Draw the texture at x
,y
,z
with dimensions w
*h
.