Handbook
Glossary
draw-texture-npatch ( texture nPatchInfo dest origin rotation tint -- )
Vocabulary
raylib
Inputs
texture
a
Texture2D
nPatchInfo
a
NPatchInfo
dest
a
Rectangle
origin
a
Vector2
rotation
a
float
tint
a
Color
Outputs
None
Word description
Draws a texture (or part of it) that stretches or shrinks nicely
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-texture-npatch
void
DrawTextureNPatch
(
Texture2D
texture,
NPatchInfo
nPatchInfo,
Rectangle
dest,
Vector2
origin,
float
rotation,
Color
tint )