GetProxyAABB(ProxyHandle)
Set the proxy physics AABB.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public PhysicsAABB GetProxyAABB(PhysicsSpace.ProxyHandle proxyHandle)
Parameters
The proxy to get.
Returns
Type | Description |
|---|---|
| PhysicsAABB | The proxy physics AABB. |