EntityManager.opApply

Allows to browse through all the valid entities of the manager with a foreach loop.

class EntityManager
int
opApply
(
int delegate dg
)

Examples

foreach (entity; entityManager)
{ ... }

Meta