currentTorque
The torque 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 currentTorque { get; }
Remarks
The returned value is relative to Joint.connectedBody if it's set. Otherwise, in world space. Additional Resources: Joint.currentForce.