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 ''''''<br/>
+
=== Parameters ===
'''gravityy''': (number) the y component the gravity ''''''<br/>
+
'''gravityx''': (number) the x component the gravity <br/>
 +
'''gravityy''': (number) the y component the gravity <br/>

Revision as of 11: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