Difference between revisions of "Bitmap:setTextureRegion"
From GiderosMobile
(added category) |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''Available since:''' Gideros 2012.08.2<br/> | '''Available since:''' Gideros 2012.08.2<br/> | ||
'''Class:''' [[Bitmap]]<br/> | '''Class:''' [[Bitmap]]<br/> | ||
Line 6: | Line 5: | ||
Sets the texture region. | Sets the texture region. | ||
− | < | + | <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)