Allows to browse through all the valid entities of the manager with a foreach loop.
foreach (entity; entityManager) { ... }
See Implementation
Allows to browse through all the valid entities of the manager with a foreach loop.