Difference between revisions of "B2.Body:setLinearVelocity"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[b2.Body]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Sets the linear velocity of the center of mass.
Sets the linear velocity of the center of mass.<br />
+
<syntaxhighlight lang="lua">
<br />
+
b2.Body:setLinearVelocity(x,y)
<source lang="lua">
+
</syntaxhighlight>
b2.Body:setLinearVelocity(x,y)
+
 
</source>
+
=== Parameters ===
'''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/>
 +
 
 +
{{B2.Body}}

Latest revision as of 17:55, 12 July 2023