Difference between revisions of "Mesh:clearTexture"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Clears the texture. By default the texture at slot 0 is cleared. To clear a particular texture, pass its slot number to this method.
 
Clears the texture. By default the texture at slot 0 is cleared. To clear a particular texture, pass its slot number to this method.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Mesh:clearTexture(slot)
 
Mesh:clearTexture(slot)
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023