Difference between revisions of "Bitmap:setTextureRegion"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 5: | Line 5: | ||
Sets the texture region. | Sets the texture region. | ||
− | < | + | <syntaxhighlight lang="lua"> |
Bitmap:setTextureRegion(textureRegion) | Bitmap:setTextureRegion(textureRegion) | ||
</source> | </source> |
Revision as of 14:26, 13 July 2023
Available since: Gideros 2012.08.2
Class: Bitmap
Description
Sets the texture region.
<syntaxhighlight lang="lua"> Bitmap:setTextureRegion(textureRegion) </source>
Parameters
textureRegion: (TextureRegion)