Standard component manager emitter.
MAp for getting the index of an entity from it's id
Map for getting the id of an entity from it's index.
Do cleanup.
Delete an entity.
The if of the entity to remove.
Get the component of an entity by id.
The id of the entity to get the component of.
Utility method for checking if an id has a registered component.
THe id of the entity.
Utility to get the emptyness of the manager. Usefull for testing.
Mark entities as mutated.
The ids to emit.
Mark entity as mutated.
The id to emit.
Add an entity to the manager.
The id of the entity
The component to add.
Set the value of an entity knowing it's id.
The id of the entity.
The value of the entity.
If set to true this will automatically emit the changed event.
Runs callback and marks the return value as mutated.
The callback to run.
Runs callback and marks the return value as mutated.
The callback to run.
Generated using TypeDoc
Array with all components.