Difference between revisions of "R3d.Body:getAngularVelocity"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' R3d.Body<br/> === Description === Gets the body angular velocity. <source lang="lua"> (number) = r3d.Body:getAngul...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Gets the body angular velocity.
 
Gets the body angular velocity.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = r3d.Body:getAngularVelocity()
 
(number) = r3d.Body:getAngularVelocity()
 
</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