Difference between revisions of "Mesh:clearTexture"

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

Latest revision as of 15:30, 13 July 2023