Difference between revisions of "Bitmap:setTexture"
From GiderosMobile
m |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Available since:''' Gideros 2012.08.2<br/> | |
− | + | '''Class:''' [[Bitmap]]<br/> | |
− | ''' | + | |
− | ''' | + | === Description === |
− | === | + | Sets the Bitmap texture. |
− | + | <syntaxhighlight lang="lua"> | |
− | Sets the texture. | + | Bitmap:setTexture(texture) |
− | < | + | </syntaxhighlight> |
− | + | ||
− | + | === Parameters === | |
− | </ | + | '''texture''': (TextureBase)<br/> |
− | === | + | |
− | '''texture''': (TextureBase) | + | {{Bitmap}} |
Latest revision as of 00:53, 1 June 2024
Available since: Gideros 2012.08.2
Class: Bitmap
Description
Sets the Bitmap texture.
Bitmap:setTexture(texture)
Parameters
texture: (TextureBase)