| 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<PhysicsShape> The proxy shapes, 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 user handles as shapes, valid only on a space bound to a world. On a bound space every proxy user handle is a shape, so each is returned as a shape that the caller can check for validity. This only applies to a space bound to a world.
See PhysicsSpace.Create. The returned shapes are not guaranteed to still be valid, so check PhysicsShape.isValid before use. If any proxy handle in the batch is invalid, no results are returned and an empty array is produced.