Difference between revisions of "B2.FrictionJoint"

From GiderosMobile
Line 5: Line 5:
 
<br />
 
<br />
 
Friction joint. This is used for top-down friction. It provides 2D translational friction and angular friction. <br />
 
Friction joint. This is used for top-down friction. It provides 2D translational friction and angular friction. <br />
<br />
+
<br />{|-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{|-
 
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===

Revision as of 10:12, 23 August 2018

Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6

Description


Friction joint. This is used for top-down friction. It provides 2D translational friction and angular friction.

{|- | style="width: 50%;"|

Methods

b2.FrictionJoint:getMaxForce - returns the maximum friction force in N
b2.FrictionJoint:getMaxTorque - returns the maximum friction torque in N*m
b2.FrictionJoint:setMaxForce - sets the maximum friction force in N
b2.FrictionJoint:setMaxTorque - sets the maximum friction torque in N*m
| style="width: 50%;"|

Events

Constants

|}