| Parameter | Description |
|---|---|
| proxyHandles | The proxies to get. |
| allocator | The memory allocator to use for the results. This can only be Allocator.Temp, Allocator.TempJob or Allocator.Persistent. |
NativeArray<PhysicsAABB> The proxy AABB, one per proxy in the same order. This NativeArray must be disposed of after use otherwise leaks will occur. The exception to this is if the array is empty.
Get a batch of proxy AABB. If any proxy handle in the batch is invalid, no results are returned and an empty array is produced.