maxNumberOfQueries
The maximum number of queries that the PhysicsDebugWindow will visualize at one given time.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static int maxNumberOfQueries { get; set; }
Remarks
PhysicsDebugWindow takes the PhysicsVisualizationSettings 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.