Difference between revisions of "B2.Body:setLinearVelocity"

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

Latest revision as of 17:55, 12 July 2023