Version: 2017.3

Joint2D.GetReactionForce

Switch to Manual
public Vector2 GetReactionForce (float timeStep);

Parameters

timeStep The time to calculate the reaction force for.

Returns

Vector2 The reaction force of the joint in the specified timeStep.

Description

Gets the reaction force of the joint given the specified timeStep.

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.

See Also: reactionForce, breakForce.