Options to be used by the ecs.
Array with the generation of all avabile entities.
Bitmask for getting the index from an entity id.
The final set of options to be used by the ecs
Deque with all the entities ready to be reused.
Gets the state of an entity (alive / dead).
The id of the entity.
Generates a new entity id.
Allows recycling entities.
Destroys an entity and flags it for recycling.
The id of the entity
Generated using TypeDoc
Class to keep track of alive entities Inspired by: http://bitsquid.blogspot.com/2014/08/building-data-oriented-entity-system.html