Difference between revisions of "Bitmap:setTexture"

From GiderosMobile
m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2012.08.2<br/>
'''<translate>Available since</translate>:''' Gideros 2012.08.2<br/>
+
'''Class:''' [[Bitmap]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Bitmap|Bitmap]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Sets the Bitmap texture.
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 01:53, 1 June 2024

Available since: Gideros 2012.08.2
Class: Bitmap

Description

Sets the Bitmap texture.

Bitmap:setTexture(texture)

Parameters

texture: (TextureBase)