CalculateAABB(PhysicsTransform)
Calculate the AABB of the geometry.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly PhysicsAABB CalculateAABB(PhysicsTransform transform)
Parameters
The transform used to specify where the geometry is positioned.
Returns
Type | Description |
|---|---|
| PhysicsAABB | The bounds of the geometry. |