enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseEnumerator used for controlling query visualization filtering.
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. |