Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


frictionCombine

Determines how the friction is combined.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public PhysicsMaterialCombine frictionCombine { get; set; }

Remarks

Traditionally friction properties are dependent on the combination of the two materials in contact. This is however impractical in a game. Instead you can use the combine mode to tune how the friction values of two materials are combined.