Difference between revisions of "R3d.Body:setType"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 9: Line 9:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
r3d.Body:setType(type)
 
r3d.Body:setType(type)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 19: Line 19:
 
cube01.body:setType(r3d.Body.KINEMATIC_BODY )
 
cube01.body:setType(r3d.Body.KINEMATIC_BODY )
 
cube02.body:setType(2)
 
cube02.body:setType(2)
</source>
+
</syntaxhighlight>
  
 
{{R3d.Body}}
 
{{R3d.Body}}

Latest revision as of 15:31, 13 July 2023