Difference between revisions of "R3d.Body:getTransform"

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