Joint2D.GetReactionForce

Cambiar al Manual
public Vector2 GetReactionForce (float timeStep);

Parámetros

timeStepThe time to calculate the reaction force for.

Valor de retorno

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

Descripción

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.