DestroyBodyBatch(ReadOnlySpan<PhysicsBody>)
Destroy a batch of bodies. Any invalid bodies will be ignored. Owned bodies will produce a warning and will not be destroyed (See PhysicsBody.SetOwner ).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public static void DestroyBodyBatch(ReadOnlySpan<PhysicsBody> bodies)
Parameters
The bodies to destroy.