Difference between revisions of "Bitmap:setTexture"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2012.08.2<br/>
<languages />
+
'''Class:''' [[Bitmap]]<br/>
'''<translate>Available since</translate>:''' Gideros 2012.08.2<br/>
+
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Bitmap|Bitmap]]<br/>
+
=== Description ===
=== <translate>Description</translate> ===
+
Sets the texture.
<translate><br />
+
 
Sets the texture.<br />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
Bitmap:setTexture(texture)
<source lang="lua">
+
</syntaxhighlight>
Bitmap:setTexture(texture)
+
 
</source>
+
=== Parameters ===
=== <translate>Parameters</translate> ===
+
'''texture''': (TextureBase)<br/>
'''texture''': (TextureBase) <translate></translate> <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)