Difference between revisions of "B2.World:setGravity"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the gravity vector.<br /> <br /> <source lang="lua"> = b2.World:setGravity(gravityxgravity...")
(No difference)

Revision as of 11:04, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the gravity vector.

= b2.World:setGravity(gravityxgravityy,)

'gravityx: (number) the x component the gravity '
'gravityy: (number) the y component the gravity '