Difference between revisions of "Bitmap:setTexture"

From GiderosMobile
m
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
  
 
=== Description ===
 
=== Description ===
Sets the texture.
+
Sets the Bitmap texture.
 
+
<syntaxhighlight lang="lua">
<source lang="lua">
 
 
Bitmap:setTexture(texture)
 
Bitmap:setTexture(texture)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

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)