| Parameter | Description |
|---|---|
| joints | The joints to destroy. |
Destroy a batch of joints. Any invalid joints will be ignored. Owned joints will produce a warning and will not be destroyed (PhysicsJoint.SetOwner).
| Parameter | Description |
|---|---|
| joints | The joints to destroy. |
| ownerKey | Optional owner key returned when using PhysicsJoint.SetOwner. |
Destroy a batch of joints. Any invalid joints are ignored. A joint owned by a different owner key is skipped and left valid; a joint with no owner, or one matching the given owner key, is destroyed. One summary warning reports how many joints were skipped this way, rather than one warning per joint.