On Entity Exit

Physics
Both Server and Client
Both Mobile and PC
Owner:
Customize Trigger
Collider

Triggered when the entity leaves the trigger. When the event is triggered, both parties receive the event. One party must be a rigid body and the other party must be a trigger. In particular, when the trigger is a custom trigger object, only the trigger will receive the event.

Declaration

event OnEntityExit(target entity<Entity>)
go

Parameters

Name Type Description
Target Entity The opposing entity when the trigger event occurs