struct in UnityEngine.LowLevelPhysics2D
/
Implemented in:UnityEngine.Physics2DModule
Contains all the contact callback targets returned from PhysicsWorld.GetContactCallbackTargets.
| Property | Description |
|---|---|
| BeginCallbackTargets | The begin targets. |
| EndCallbackTargets | The end targets. |
| Method | Description |
|---|---|
| Dispose | Dispose of any allocated memory. This must be called if any targets are returned otherwise memory leaks will occur. |