Difference between revisions of "Bitmap:setTexture"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Sets the texture.<br /> <br /> <source lang="lua"> = Bitmap:setTexture(texture,) </source> '...")
 
m
 
(13 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 Bitmap texture.
Sets the texture.<br />
+
<syntaxhighlight lang="lua">
<br />
+
Bitmap:setTexture(texture)
<source lang="lua">
+
</syntaxhighlight>
= Bitmap:setTexture(texture,)
+
 
</source>
+
=== Parameters ===
'''texture:''' (TextureBase) ''''''<br/>
+
'''texture''': (TextureBase)<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)