Difference between revisions of "Bitmap:setTexture"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.08.2<br/>
 
'''Available since:''' Gideros 2012.08.2<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Sets the texture.<br />
 
Sets the texture.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Bitmap:setTexture(texture)
 
  Bitmap:setTexture(texture)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''texture''': (TextureBase) <br/>
+
'''texture''': (TextureBase) <translate></translate> <br/>

Revision as of 14:32, 23 August 2018

Available since: Gideros 2012.08.2

Description


Sets the texture.

 Bitmap:setTexture(texture)

Parameters

texture: (TextureBase)