B2.PolygonShape:set

From GiderosMobile
Revision as of 11:05, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Copy vertices. This assumes the vertices define a convex polygon. It is assumed that the exteri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description


Copy vertices. This assumes the vertices define a convex polygon. It is assumed that the exterior is the the right of each edge.

= b2.PolygonShape:set(vertices,)

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