Difference between revisions of "Bitmap:setTextureRegion"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Sets the texture region.<br /> <br /> <source lang="lua"> = Bitmap:setTextureRegion(textureR...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Bitmap:setTextureRegion(textureRegion,)
+
Bitmap:setTextureRegion(textureRegion)
 
</source>
 
</source>
'''textureRegion:''' (TextureRegion)  ''''''<br/>
+
'''textureRegion''': (TextureRegion)  ''''''<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2012.08.2

Description


Sets the texture region.

 Bitmap:setTextureRegion(textureRegion)

'textureRegion: (TextureRegion) '