This version of Unity is unsupported.

QueryFilter

enumeration

Description

Enumerator used for controlling query visualization filtering.

Properties

AllIncludes all query shapes and types into the filter.
BoxWhether the filter includes box shaped queries.
CapsuleWhether the filter includes capsule shaped queries.
CastWhether the filter includes cast type queries.
CheckWhether the filter includes check type queries.
NoneEmpty flag
OverlapWhether the filter includes overlap type queries.
RayWhether the filter includes ray queries.
ShowQueriesWhether the Physics Debugger visualizes queries.
SphereWhether the filter includes sphere shaped queries.