reactionTorque
Gets the reaction torque of the joint.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public float reactionTorque { get; }
Remarks
When a joint tries to constrain a Rigidbody2D it may need to apply torque to do so. This is known as the reaction torque.
Additional Resources: Joint2D.GetReactionTorque, _breakTorque