Skip to content

Api > PhysicMaterialCombine


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.