Declaración
event OnEntityExit(target entity<Entity>)
go
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
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
Nombre | Tipo | Descripción |
---|---|---|
Target | Entity | The opposing entity when the trigger event occurs |