Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
Mean
algorithm used is:
SquareRoot(valueA * valueB)
.