The Map of componentManagers to use.
Options for the entityPool.
The Map of componentManagers to use.
Entity pool used to generate entities.
Generates an entity id, registers the passed components.
The components the entity should have.
The entity id.
Deletes and entity by id.
The id of the enity to delete.
Gets a few components for a given id.
The id of the entity to get components from.
List with what components to get.
Gets all components of the entity with the given id.
Note: If you only want to get a few of the components, use the getComponentsByEntityId method instead.
The id of the entity.
Generated using TypeDoc
Glues an EntityPool with ComponentManagers.