# PhysicsCallbacks.ContactCallbackTargets.ContactEndTarget

> Contact end event target for callbacks.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.U2D.Physics](/engine/6000.5/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public readonly struct PhysicsCallbacks.ContactCallbackTargets.ContactEndTarget
```

## Properties

| Property                                                                                                                                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ----------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [endEvent](/engine/6000.5/script-reference/unity/u2d/physics/physicscallbacks/contactcallbacktargetscontactendtarget/endevent.md)         | The event.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [shapeTargetA](/engine/6000.5/script-reference/unity/u2d/physics/physicscallbacks/contactcallbacktargetscontactendtarget/shapetargeta.md) | The callback target ([\_callbackTarget](/engine/6000.5/script-reference/unity/u2d/physics/physicsshape/callbacktarget.md)) associated with [\_shapeA](/engine/6000.5/script-reference/unity/u2d/physics/physicsevents/contactendevent/shapea.md). This returns any implemented [PhysicsCallbacks.IContactCallback](/engine/6000.5/script-reference/unity/u2d/physics/physicscallbacks/icontactcallback.md) or NULL if not implemented or no target. |
| [shapeTargetB](/engine/6000.5/script-reference/unity/u2d/physics/physicscallbacks/contactcallbacktargetscontactendtarget/shapetargetb.md) | The callback target ([\_callbackTarget](/engine/6000.5/script-reference/unity/u2d/physics/physicsshape/callbacktarget.md)) associated with [\_shapeB](/engine/6000.5/script-reference/unity/u2d/physics/physicsevents/contactendevent/shapeb.md). This returns any implemented [PhysicsCallbacks.IContactCallback](/engine/6000.5/script-reference/unity/u2d/physics/physicscallbacks/icontactcallback.md) or NULL if not implemented or no target. |
