Version: 2020.2

ArticulationBody.solverVelocityIterations

切换到手册
public int solverVelocityIterations ;

描述

The solverVelocityIterations affects how accurately articulation body joints and collision contacts are resolved during bounce.

Increasing this value will result in higher accuracy of the resulting exit velocity after an articulation body bounce. You can try to increase this value if you are experiencing issues with jointed articulation bodies moving too much after collisions. Overrides Physics.defaultSolverVelocityIterations. Must be positive.

See Also: ArticulationBody.solverIterations.