Difference between revisions of "Bitmap:setTexture"

From GiderosMobile
(----)
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 />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
Bitmap:setTexture(texture)
+
Bitmap:setTexture(texture)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''texture''': (TextureBase) <translate></translate> <br/>
+
=== Parameters ===
 +
'''texture''': (TextureBase)<br/>
 +
 
 +
----
 +
{{Special:PrefixIndex/Bitmap}}
 +
<br/>

Revision as of 17:38, 2 December 2019

Available since: Gideros 2012.08.2
Class: Bitmap

Description

Sets the texture.

Bitmap:setTexture(texture)

Parameters

texture: (TextureBase)