Difference between revisions of "Bitmap:setTexture"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Bitmap:setTexture(texture) | Bitmap:setTexture(texture) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Revision as of 14:27, 13 July 2023
Available since: Gideros 2012.08.2
Class: Bitmap
Description
Sets the texture.
Bitmap:setTexture(texture)
Parameters
texture: (TextureBase)