Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PhysicMaterialCombine

Description

Describes how physic materials of colliding objects are combined.

Variables

AverageAverages the friction/bounce of the two colliding materials.
MinimumUses the smaller friction/bounce of the two colliding materials.
MultiplyMultiplies the friction/bounce of the two colliding materials.
MaximumUses the larger friction/bounce of the two colliding materials.