CollisionQueryParams
Last updated
CollisionQueryParams is a configuration object that defines the various conditions and filters to be applied when executing a collision query.
Creates a new CollisionQueryParams instance.
CollisionQueryParams
The created CollisionQueryParams.
boolean
Sets whether objects that are already overlapping at the start of the raycast should also be included in the results.
boolean
Sets whether to ignore blocking collision objects.
boolean
Sets whether to ignore touch (overlap) collision objects.
boolean
Sets whether to skip the narrow phase collision check.
boolean
Sets whether to perform a precise raycast using complex collision meshes.
boolean
Sets whether to trace into sub-components.
Last updated