Difference between revisions of "Bitmap:setTexture"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Sets the texture.<br /> <br /> <source lang="lua"> = Bitmap:setTexture(texture,) </source> '...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Bitmap:setTexture(texture) | |
</source> | </source> | ||
'''texture:''' (TextureBase) ''''''<br/> | '''texture:''' (TextureBase) ''''''<br/> |
Revision as of 10:11, 23 August 2018
Available since: Gideros 2012.08.2
Description
Sets the texture.
Bitmap:setTexture(texture)
'texture: (TextureBase) '