Declaration
event OnEntityExit(target entity<Entity>)
go
Parameters
Name | Type | Description |
---|---|---|
Target | Entity | The opposing entity when the trigger event occurs |
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.
event OnEntityExit(target entity<Entity>)
go
Name | Type | Description |
---|---|---|
Target | Entity | The opposing entity when the trigger event occurs |