Difference between revisions of "Mesh:getTextureCoordinateArraySize"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2013.06<br/>
 
'''Available since:''' Gideros 2013.06<br/>
 +
'''Class:''' [[Mesh]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate>Get size of the Texture Coordinate array</translate>
+
Gets the size of the texture coordinate array.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = Mesh:getTextureCoordinateArraySize()
 
(number) = Mesh:getTextureCoordinateArraySize()
</source>
+
</syntaxhighlight>
 +
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) <translate>size of coordinate array</translate><br/>
+
'''Returns''' (number) size of coordinate array<br/>
 +
 
 +
{{Mesh}}

Latest revision as of 15:30, 13 July 2023