EntityRemovedHandler(Entity).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs
EntityRemovedHandler(Entity) Delegate
Represents the method that will called when an Entity is removed from a container.
public delegate void EntityRemovedHandler(in DefaultEcs.Entity entity);
Parameters
entity Entity
The removed Entity.