> For the complete documentation index, see [llms.txt](https://fast-studios.gitbook.io/press-e/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fast-studios.gitbook.io/press-e/manual/scripting/interaction-manager/interactionmanager.setinteractiondistance.md).

# InteractionManager.SetInteractionDistance

Sets a new **maximum interaction distance** for the system:

```csharp
void NewInteractionDistance()
{
    InteractionManager.singleton.SetInteractionDistance(4);
}
```
