UNPKG

planck-js

Version:

2D JavaScript physics engine for cross-platform HTML5 game development

57 lines (30 loc) 1.37 kB
[Planck.js API Doc](../README.md) › [Globals](../globals.md) › [FrictionJointOpt](frictionjointopt.md) # Interface: FrictionJointOpt ## Hierarchy * [JointOpt](jointopt.md) ↳ **FrictionJointOpt** ↳ [FrictionJointDef](frictionjointdef.md) ## Index ### Properties * [collideConnected](frictionjointopt.md#optional-collideconnected) * [maxForce](frictionjointopt.md#maxforce) * [maxTorque](frictionjointopt.md#maxtorque) * [userData](frictionjointopt.md#optional-userdata) ## Properties ### `Optional` collideConnected**collideConnected**? : *boolean* *Inherited from [JointOpt](jointopt.md).[collideConnected](jointopt.md#optional-collideconnected)* *Defined in [joint/index.d.ts:52](https://github.com/shakiba/planck.js/blob/038d425/lib/joint/index.d.ts#L52)* ___ ### maxForce • **maxForce**: *number* *Defined in [joint/index.d.ts:148](https://github.com/shakiba/planck.js/blob/038d425/lib/joint/index.d.ts#L148)* ___ ### maxTorque**maxTorque**: *number* *Defined in [joint/index.d.ts:149](https://github.com/shakiba/planck.js/blob/038d425/lib/joint/index.d.ts#L149)* ___ ### `Optional` userData • **userData**? : *any* *Inherited from [JointOpt](jointopt.md).[userData](jointopt.md#optional-userdata)* *Defined in [joint/index.d.ts:51](https://github.com/shakiba/planck.js/blob/038d425/lib/joint/index.d.ts#L51)*