PhysicsVisualizationSettings.QueryFilter
Enumerator used for controlling query visualization filtering.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum PhysicsVisualizationSettings.QueryFilter
Fields
Value | Description |
|---|---|
| All | Includes all query shapes and types into the filter. |
| Box | Whether the filter includes box shaped queries. |
| Capsule | Whether the filter includes capsule shaped queries. |
| Cast | Whether the filter includes cast type queries. |
| Check | Whether the filter includes check type queries. |
| None | Empty flag |
| Overlap | Whether the filter includes overlap type queries. |
| Ray | Whether the filter includes ray queries. |
| ShowQueries | Whether the Physics Debugger visualizes queries. |
| Sphere | Whether the filter includes sphere shaped queries. |