Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDynamicFriction(int)

Get the value of the dynamic friction for a specified contact point in this contact pair.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public float GetDynamicFriction(int i)

Parameters

Index of the contact point.

Returns

Type

Description

floatDynamic friction coefficient.

Remarks

Dynamic friction slows down bodies that are sliding over other bodies.
Normally, it is between 0 and 1.