Difference between revisions of "Mesh:clearTextureCoordinateArray"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Clears the texture coordinate array.<br /> <br /> <source lang="lua"> = Mesh:clearTextureCoord...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Mesh:clearTextureCoordinateArray()
+
Mesh:clearTextureCoordinateArray()
 
</source>
 
</source>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2012.09

Description


Clears the texture coordinate array.

 Mesh:clearTextureCoordinateArray()