Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TestOverlapShapeProxy(ShapeProxy, QueryFilter)

Test if the provided shape proxy overlaps any shapes.
Read time 1 minuteLast updated 12 days ago

Definition

public bool TestOverlapShapeProxy(PhysicsShape.ShapeProxy shapeProxy, PhysicsQuery.QueryFilter filter)

Parameters

shapeProxy

The shape proxy to use. This must be in world-space.

The filter to control the result returned.

Returns

Type

Description

boolIf the query overlaps anything.