PhysicsCallbacks.ContactCallbackTargets.ContactEndTarget
Contact end event target for callbacks.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public readonly struct PhysicsCallbacks.ContactCallbackTargets.ContactEndTarget
Properties
Property | Description |
|---|---|
| endEvent | The event. |
| shapeTargetA | The callback target (PhysicsShape.callbackTarget) associated with PhysicsEvents.ContactEndEvent.shapeA. This returns any implemented PhysicsCallbacks.IContactCallback or NULL if not implemented or no target. |
| shapeTargetB | The callback target (PhysicsShape.callbackTarget) associated with PhysicsEvents.ContactEndEvent.shapeB. This returns any implemented PhysicsCallbacks.IContactCallback or NULL if not implemented or no target. |