# useFriction

> Should friction be used for any contact with the surface?

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public bool useFriction { get; set; }
```

### Remarks

When false, no friction is used from any assigned physics material.  When true, any existing friction is used.
