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