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