Average
Uses an Average algorithm when combining friction or bounciness.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
Average = 0
Remarks
Given two friction or bounciness values, the algorithm used is: .
Average(valueA + valueB) * 0.5