Difference between revisions of "B2.World:setGravity"
From GiderosMobile
Line 8: | Line 8: | ||
b2.World:setGravity(gravityx,gravityy) | b2.World:setGravity(gravityx,gravityy) | ||
</source> | </source> | ||
− | '''gravityx''': (number) the x component the gravity | + | === Parameters === |
− | '''gravityy''': (number) the y component the gravity | + | '''gravityx''': (number) the x component the gravity <br/> |
+ | '''gravityy''': (number) the y component the gravity <br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the gravity vector.
b2.World:setGravity(gravityx,gravityy)
Parameters
gravityx: (number) the x component the gravity
gravityy: (number) the y component the gravity