Version: 2017.2

Joint2D.GetReactionForce

매뉴얼로 전환
public Vector2 GetReactionForce (float timeStep);

파라미터

timeStep The time to calculate the reaction force for.

반환

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

설명

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.