# maxNumberOfQueries

> The maximum number of queries that the PhysicsDebugWindow will visualize at one given time.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static int maxNumberOfQueries { get; set; }
```

### Remarks

[PhysicsDebugWindow](/engine/6000.3/script-reference/unityeditor/physicsdebugwindow.md) takes the [PhysicsVisualizationSettings](/engine/6000.3/script-reference/unityeditor/physicsvisualizationsettings.md) filtering settings into account before appending a query to the visualization list and therefore will prevent filtered out queries from increasing the total number of queries.
