Difference between revisions of "Mesh:clearTexture"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
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>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:30, 13 July 2023