B2.ChainShape:createLoop

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a loop. This automatically adjusts connectivity.<br /> <br /> <source lang="lua"> = b2....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description


Creates a loop. This automatically adjusts connectivity.

= b2.ChainShape:createLoop(vertices,)

'vertices: (any) A list of numbers that contains the x, y coordinates of the vertices sequentially '