Difference between revisions of "Bitmap:setTextureRegion"
From GiderosMobile
(----) |
|||
Line 1: | Line 1: | ||
− | + | '''Available since:''' Gideros 2012.08.2<br/> | |
− | + | '''Class:''' [[Bitmap]]<br/> | |
− | ''' | + | |
− | ''' | + | === Description === |
− | === | + | Sets the texture region. |
− | + | ||
− | Sets the texture region. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Bitmap:setTextureRegion(textureRegion) | |
</source> | </source> | ||
− | === | + | |
− | '''textureRegion''': (TextureRegion) < | + | === Parameters === |
+ | '''textureRegion''': (TextureRegion)<br/> | ||
+ | |||
+ | ---- | ||
+ | {{Special:PrefixIndex/Bitmap}} | ||
+ | <br/> |
Revision as of 16:40, 2 December 2019
Available since: Gideros 2012.08.2
Class: Bitmap
Description
Sets the texture region.
Bitmap:setTextureRegion(textureRegion)
Parameters
textureRegion: (TextureRegion)