Difference between revisions of "Mesh:setIndices"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets zero or more indices at index array with a single function call. It accepts multiple valu...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Mesh:setIndices(indices) | |
</source> | </source> | ||
− | '''indices | + | '''indices''': (any) ''''''<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2012.09
Description
Sets zero or more indices at index array with a single function call. It accepts multiple values or a Lua array.
Mesh:setIndices(indices)
'indices: (any) '