This version of Unity is unsupported.

ModifiableContactPair.SetStaticFriction

Declaration

public void SetStaticFriction(int i, float staticFriction);

Parameters

i Index of the contact point.
staticFriction The static friction coefficient at a contact point.

Description

Set the static friction coefficient at a particular point of the contact pair.

Normally, the static friction coefficient is between 0 and 1.