Difference between revisions of "R3d.Body:setLinearDamping"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 6: Line 6:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
r3d.Body:setLinearDamping(number)
 
r3d.Body:setLinearDamping(number)
</source>
+
</syntaxhighlight>
  
 
  '''warnings''': setting ''number'' a negative value will crash your app!
 
  '''warnings''': setting ''number'' a negative value will crash your app!
Line 17: Line 17:
 
self.body = xworld:createBody(view:getMatrix())
 
self.body = xworld:createBody(view:getMatrix())
 
self.body:setLinearDamping(0.5)
 
self.body:setLinearDamping(0.5)
</source>
+
</syntaxhighlight>
  
 
{{R3d.Body}}
 
{{R3d.Body}}

Latest revision as of 14:32, 13 July 2023