CalculateAABB(PhysicsTransform)
Calculate the AABB of the geometry.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
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. |