Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Joint2D.reactionForce

public Vector2 reactionForce;

Description

Gets the reaction force of the joint.

When a joint tries to constrain a Rigidbody2D it may need to apply a force to do so. This is known as the reaction force.

Additional resources: GetReactionForce, breakForce.