Difference between revisions of "B2.CircleShape:set"

From GiderosMobile
(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...")
(No difference)

Revision as of 11:02, 23 August 2018

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 '