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 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public static void DestroyBodyBatch(ReadOnlySpan<PhysicsBody> bodies)
Parameters
The bodies to destroy.