Difference between revisions of "B2.Body:setLinearVelocity"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the linear velocity of the center of mass.<br /> <br /> <source lang="lua"> = b2.Body:setL...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.Body:setLinearVelocity(xy,)
+
b2.Body:setLinearVelocity(x,y)
 
</source>
 
</source>
 
'''x:''' (number) x coordinate of the linear velocity ''''''<br/>
 
'''x:''' (number) x coordinate of the linear velocity ''''''<br/>
 
'''y:''' (number) y coordinate of the linear velocity ''''''<br/>
 
'''y:''' (number) y coordinate of the linear velocity ''''''<br/>

Revision as of 11:11, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the linear velocity of the center of mass.

 b2.Body:setLinearVelocity(x,y)

'x: (number) x coordinate of the linear velocity '
'y: (number) y coordinate of the linear velocity '