Difference between revisions of "Mesh:clearTexture"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Clears the texture. By default the texture at slot 0 is cleared. To clear a particular texture...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Available since:''' Gideros 2012.09<br/>
 +
'''Class:''' [[Mesh]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
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<br />
+
<syntaxhighlight lang="lua">
<br />
+
Mesh:clearTexture(slot)
<source lang="lua">
+
</syntaxhighlight>
= Mesh:clearTexture(slot,)
+
 
</source>
+
=== Parameters ===
'''slot:''' (number) The slot number of the texture to clear. If no argument is provided, slot=0 is assumed '''optional'''<br/>
+
'''slot''': (number) the slot number of the texture to clear. If no argument is provided, slot=0 is assumed '''optional'''<br/>
 +
 
 +
{{Mesh}}

Latest revision as of 15:30, 13 July 2023