DefaultEcs DefaultEcs EntityAddedHandler(Entity) Delegate Represents the method that will called when an Entity is added to a container. public delegate void EntityAddedHandler(in DefaultEcs.Entity entity); Parameters entity Entity The added Entity.