Sdk/World: Add ForEachSystem method

This commit is contained in:
Jérôme Leclercq
2018-04-09 12:37:58 +02:00
parent e99d34f195
commit e299e1f03e
3 changed files with 39 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ Nazara Development Kit:
- Fixed EntityList copy/movement assignment operator which was not properly unregistering contained entities.
- ListenerSystem now handles velocity in a generic way (no longer require a VelocityComponent and is compatible with physics)
- World now has const getters for systems
- Add World::ForEachSystem method, allowing iteration on every active system on a specific world
# 0.4: