struct in UnityEngine.LowLevelPhysics2D
/
Implemented in:UnityEngine.Physics2DModule
Contact end event target for callbacks.
Property | Description |
---|---|
endEvent | The event. |
shapeTargetA | The callback target (PhysicsShape.callbackTarget) associated with PhysicsEvents.ContactEndEvent.shapeA. This returns any implemented IContactCallback or NULL if not implemented or no target. |
shapeTargetB | The callback target (PhysicsShape.callbackTarget) associated with PhysicsEvents.ContactEndEvent.shapeB. This returns any implemented IContactCallback or NULL if not implemented or no target. |