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...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | b2.World:setGravity(gravityx,gravityy) | |
</source> | </source> | ||
− | '''gravityx | + | '''gravityx''': (number) the x component the gravity ''''''<br/> |
− | '''gravityy | + | '''gravityy''': (number) the y component the gravity ''''''<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the gravity vector.
b2.World:setGravity(gravityx,gravityy)
'gravityx: (number) the x component the gravity '
'gravityy: (number) the y component the gravity '