Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsCallbacks.ContactCallbackTargets.ContactEndTarget

Contact end event target for callbacks.
Read time 1 minuteLast updated 12 days ago

Definition

public readonly struct PhysicsCallbacks.ContactCallbackTargets.ContactEndTarget

Properties

Property

Description

endEventThe event.
shapeTargetAThe callback target (PhysicsShape.callbackTarget) associated with PhysicsEvents.ContactEndEvent.shapeA. This returns any implemented PhysicsCallbacks.IContactCallback or NULL if not implemented or no target.
shapeTargetBThe callback target (PhysicsShape.callbackTarget) associated with PhysicsEvents.ContactEndEvent.shapeB. This returns any implemented PhysicsCallbacks.IContactCallback or NULL if not implemented or no target.