| Description | |
|---|---|
| bounds | The list used to store the returned Bounds. | 
| useRadii | Whether the radius of each PhysicsShape2D should be used to calculate the Bounds or not. | 
| useWorldSpace | Whether to transform all the returned Bounds to world space or leave them in their default local space. | 
Bounds Returns the combined Bounds of the retrieved list.
Retrieves a list of Bounds for all PhysicsShape2D created by this Collider2D, and returns the combined Bounds of the retrieved list.
Additional resources: Bounds, Collider2D.GetShapes and Collider2D.GetShapeHash.