format
typescript
Rigidbody.maxDepenetrationVelocityclass: Rigidbody
description
The maximum velocity for resolving penetration of a Rigidbody.
When two objects are found to be partially overlapping during collision detection, known as penetration, the physics engine calculates a velocity to resolve the penetration and quickly separate the objects to prevent overlap.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The penetration resolution velocity. |
