B2.CircleShape:set

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the center point and radius of this instance.<br /> <br /> <source lang="lua"> = b2.Circle...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description


Sets the center point and radius of this instance.

= b2.CircleShape:set(centerxcenteryradius,)

'centerx: (number, optional) the x coordinate of the center '
'centery: (number, optional) the y coordinate of the center '
'radius: (number, optional) the radius '