PhysicsMaterialCombine2D.Maximum

Description

Uses a Maximum algorithm when combining friction or bounciness i.e. the maximum of the two values is used.

Given two friction or bounciness values, the Maximum algorithm used is: valueA > valueB ? valueA : valueB.


Did you find this page useful? Please give it a rating: