Sdk/World: Add const getters for systems

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

View File

@@ -120,6 +120,7 @@ Nazara Development Kit:
- CollisionComponent[2D|3D] and PhysicsComponent[2D|3D] now configures their internal RigidBody userdata to the entity ID they belong to (useful for callbacks).
- 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
# 0.4: