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")
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>
 
</source>
Line 12: Line 12:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
</source>
 
</source>
  
 
{{R3d.Body}}
 
{{R3d.Body}}

Revision as of 15:30, 13 July 2023