alecthomas / alecthomas/entityx
more efficient way of looping trough a bunch of classes?
Offen
- Vorherrschende Sprache
- C++
- Sterne
- 2.3k
- Forks
- 301
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
my game uses a lot of classes, and every time I add a new class type I have to add
`for (Entity entity : ex.entities.entities_with_components(ClassName)) ` to be able to update and draw it, this is crowding up my update function, is there a more efficient way of doing this?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.