Difference between revisions of "Mesh:clearTexture"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<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<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<br />
Line 8: Line 8:
 
  Mesh:clearTexture(slot)
 
  Mesh:clearTexture(slot)
 
</source>
 
</source>
=== Parameters ===
+
=== <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/>
 
'''slot''': (number) <translate>The slot number of the texture to clear. If no argument is provided, slot=0 is assumed</translate> '''optional'''<br/>

Revision as of 08:29, 24 August 2018

Available since: Gideros 2012.09

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

 Mesh:clearTexture(slot)

Parameters

slot: (number) The slot number of the texture to clear. If no argument is provided, slot=0 is assumed optional