Difference between revisions of "R3d.Body:setLinearVelocity"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' R3d.Body<br/> === Description === Sets the body linear velocity. <source lang="lua"> r3d.Body:setLinearVelocity(nu...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Sets the body linear velocity.
 
Sets the body linear velocity.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
r3d.Body:setLinearVelocity(number)
 
r3d.Body:setLinearVelocity(number)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 12: Line 12:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
</source>
+
</syntaxhighlight>
  
 
{{R3d.Body}}
 
{{R3d.Body}}

Latest revision as of 15:32, 13 July 2023