PhysicMaterialCombine
7/14/25Less than 1 minute
PhysicMaterialCombine
Describes how physics materials of the colliding objects are combined. Unity PhysicMaterialCombine
Elements
| Element | Description |
|---|---|
| PhysicMaterialCombine.Average | Averages the friction/bounce of the two colliding materials. |
| PhysicMaterialCombine.Maximum | Uses the larger friction/bounce of the two colliding materials. |
| PhysicMaterialCombine.Minimum | Uses the smaller friction/bounce of the two colliding materials. |
| PhysicMaterialCombine.Multiply | Multiplies the friction/bounce of the two colliding materials. |

