Difference between revisions of "B2.GearJoint:setRatio"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 8: Line 8:
 
<source lang="lua">
 
<source lang="lua">
 
b2.GearJoint:setRatio(ratio)
 
b2.GearJoint:setRatio(ratio)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Revision as of 17:35, 12 July 2023


Available since: Gideros 2011.6
Class: b2.GearJoint

Description

Sets the gear ratio. <source lang="lua"> b2.GearJoint:setRatio(ratio) </syntaxhighlight>

Parameters

ratio: (number) the gear ratio




LiquidFun