Difference between revisions of "Mesh:getTextureCoordinateArraySize"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Get size of the Texture Coordinate array <source lang="lua"> (number), = Mesh:getTextureCoordinateArr...")
 
Line 4: Line 4:
 
Get size of the Texture Coordinate array
 
Get size of the Texture Coordinate array
 
<source lang="lua">
 
<source lang="lua">
(number), = Mesh:getTextureCoordinateArraySize()
+
(number) = Mesh:getTextureCoordinateArraySize()
 
</source>
 
</source>
 
'''Returns''' (number) size of coordinate array<br/>
 
'''Returns''' (number) size of coordinate array<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2013.06

Description

Get size of the Texture Coordinate array

(number) = Mesh:getTextureCoordinateArraySize()

Returns (number) size of coordinate array