Difference between revisions of "Mesh:getTextureCoordinateArraySize"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(7 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 ===
Get size of the Texture Coordinate array
+
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) size of coordinate array<br/>
 
'''Returns''' (number) size of coordinate array<br/>
 +
 +
{{Mesh}}

Latest revision as of 15:30, 13 July 2023