Skip to content
Daniel Anderson edited this page May 27, 2019 · 2 revisions

Entity events

Entities will be added and removed to your systems all the time. To perform logic during these events override #inserted and #removed methods in BaseEntitySystem and derived classes. #inserted is also called upon entities being added to the world through the WorldSerializationManager#load.

Clone this wiki locally