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