Difference between revisions of "Mesh:setVertices"

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

Revision as of 11:17, 23 August 2018

Available since: Gideros 2012.09

Description


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

 Mesh:setVertices(vertices)

'vertices: (any) '