Physics2D/RigidBody2D: Add EnableSimulation/IsSimulationEnabled

This commit is contained in:
Jérôme Leclercq
2018-01-17 17:13:50 +01:00
parent e211354b4d
commit 7a04c6f83b
3 changed files with 68 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ Nazara Engine:
- Add JPEG image saver
- Update Constraint2Ds classes (Add : Ref, Library, ConstRef, New function and Update : ctors)
- Fix LuaClass not working correctly when Lua stack wasn't empty
- Add RigidBody2D simulation control (via EnableSimulation and IsSimulationEnabled), which allows to disable physics and collisions at will.
Nazara Development Kit:
- Added ImageWidget (#139)