Translate(Vector2)
Create an AABB as a translated version of the current AABB.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly PhysicsAABB Translate(Vector2 translation)
Parameters
The translation to use.
Returns
Type | Description |
|---|---|
| PhysicsAABB | The translated AABB. |