GetStaticFriction(int)
Get the static friction coefficient at a particular point of the contact pair.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public float GetStaticFriction(int i)
Parameters
Index of the contact point.
Returns
Type | Description |
|---|---|
| float | The static friction coefficient at a contact point. |
Remarks
Normally, the static friction coefficient is between 0 and 1.