Mean
Uses a Geomtric Mean algorithm when combining friction or bounciness.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
Mean = 1
Remarks
Given two friction or bounciness values, the algorithm used is: .
MeanSquareRoot(valueA * valueB)