A handler for an Entity-Component System, which manages entities and components allowing delegates to be registered from them to the main handler.
Construct a new ECS handler with no entities
Creates a new entity object, managed by this handler
Register a delegate to the linked handler
See Implementation
A handler for an Entity-Component System, which manages entities and components allowing delegates to be registered from them to the main handler.