Difference between revisions of "Mesh:setColors"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets zero or more colors at color array with a single function call. It accepts multiple value...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Mesh:setColors(colors,)
+
Mesh:setColors(colors)
 
</source>
 
</source>
 
'''colors:''' (any)  ''''''<br/>
 
'''colors:''' (any)  ''''''<br/>

Revision as of 11:11, 23 August 2018

Available since: Gideros 2012.09

Description


Sets zero or more colors at color array with a single function call. It accepts multiple values or a Lua array.

 Mesh:setColors(colors)

'colors: (any) '