Difference between revisions of "Mesh:setColors"
From GiderosMobile
Line 8: | Line 8: | ||
Mesh:setColors(colors) | Mesh:setColors(colors) | ||
</source> | </source> | ||
− | '''colors | + | '''colors''': (any) ''''''<br/> |
Revision as of 10:14, 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) '