Difference between revisions of "R3d.Body:getLinearVelocity"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' R3d.Body<br/> === Description === Gets the body linear velocity. <source lang="lua"> (number) = r3d.Body:getLinear...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Gets the body linear velocity.
 
Gets the body linear velocity.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = r3d.Body:getLinearVelocity()
 
(number) = r3d.Body:getLinearVelocity()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
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