reactionForce
Gets the reaction force of the joint.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public Vector2 reactionForce { get; }
Remarks
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: Joint2D.GetReactionForce, _breakForce