Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetStaticFriction(int, float)

Set the static friction coefficient at a particular point of the contact pair.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public void SetStaticFriction(int i, float staticFriction)

Parameters

Index of the contact point.

staticFriction

The static friction coefficient at a contact point.

Remarks

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