Difference between revisions of "Mesh:clearTexture"

From GiderosMobile
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 />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
Mesh:clearTexture(slot)
+
Mesh:clearTexture(slot)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''slot''': (number) <translate>The slot number of the texture to clear. If no argument is provided, slot=0 is assumed</translate> '''optional'''<br/>
+
=== Parameters ===
 +
'''slot''': (number) the slot number of the texture to clear. If no argument is provided, slot=0 is assumed '''optional'''<br/>
  
 
{{Mesh}}
 
{{Mesh}}

Revision as of 22:22, 14 March 2021