Difference between revisions of "Mesh:getColorArraySize"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 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 Color array
+
Gets the size of the color array.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = Mesh:getColorArraySize()
 
(number) = Mesh:getColorArraySize()
</source>
+
</syntaxhighlight>
'''Returns''' (number) size of color array<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (number) size of the color array<br/>
 +
 
 +
{{Mesh}}

Latest revision as of 15:30, 13 July 2023