DefaultEcs DefaultEcs EntityCreatedHandler(Entity) Delegate Represents the method that will called when an Entity is created. public delegate void EntityCreatedHandler(in DefaultEcs.Entity entity); Parameters entity Entity The created Entity.