Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

JointSuspension2D

Description

Joint suspension is used to define how suspension works on a WheelJoint2D.

See Also: WheelJoint2D class.

Variables

angle The world angle along which the suspension will move. This provides 2D constrained motion similar to a SliderJoint2D. This is typically how suspension works in the real world.
dampingRatio The amount by which the suspension spring force is reduced in proportion to the movement speed.
frequency The frequency at which the suspension spring oscillates.