Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


currentForce

The force applied by the solver to satisfy all constraints.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public Vector3 currentForce { get; }

Remarks

The returned value is relative to Joint.connectedBody if it's set. Otherwise, in world space. Additional Resources: Joint.currentTorque.