velocityIterations
The number of iterations of the physics solver when considering objects' velocities.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public static int velocityIterations { get; set; }
Remarks
A higher number of interations will improve accuracy at the expense of processing overhead.
Additional Resources: _positionIterations