Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 541 Bytes

EntityRemovedHandler(Entity).md

File metadata and controls

17 lines (11 loc) · 541 Bytes

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.