Difference between revisions of "Bitmap:setTexture"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2012.08.2<br/>
 
'''Available since:''' Gideros 2012.08.2<br/>
 +
'''Class:''' [[Bitmap]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Sets the texture.
Sets the texture.<br />
+
 
<br />
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
Bitmap:setTexture(texture)
Bitmap:setTexture(texture)
+
</syntaxhighlight>
</source>
+
 
'''texture''': (TextureBase) ''''''<br/>
+
=== Parameters ===
 +
'''texture''': (TextureBase)<br/>
 +
 
 +
{{Bitmap}}

Latest revision as of 15:27, 13 July 2023

Available since: Gideros 2012.08.2
Class: Bitmap

Description

Sets the texture.

Bitmap:setTexture(texture)

Parameters

texture: (TextureBase)