Difference between revisions of "B2.Body:setPosition"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the world body origin position.<br /> <br /> <source lang="lua"> = b2.Body:setPosition(xy,...")
(No difference)

Revision as of 11:05, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the world body origin position.

= b2.Body:setPosition(xy,)

'x: (number) x coordinate of the position '
'y: (number) y coordinate of the position '