Difference between revisions of "Bitmap:setTexture"

From GiderosMobile
Line 8: Line 8:
 
  Bitmap:setTexture(texture)
 
  Bitmap:setTexture(texture)
 
</source>
 
</source>
'''texture''': (TextureBase)  ''''''<br/>
+
=== Parameters ===
 +
'''texture''': (TextureBase)  <br/>

Revision as of 11:36, 23 August 2018

Available since: Gideros 2012.08.2

Description


Sets the texture.

 Bitmap:setTexture(texture)

Parameters

texture: (TextureBase)