Difference between revisions of "Bitmap:setTexture"

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

Revision as of 11:14, 23 August 2018

Available since: Gideros 2012.08.2

Description


Sets the texture.

 Bitmap:setTexture(texture)

'texture: (TextureBase) '