Physics2D/RigidBody2D: Add ForEachArbiter method

This commit is contained in:
Lynix
2019-01-19 02:29:27 +01:00
parent 9be8d0eae4
commit 40cd8a7987
5 changed files with 30 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ Nazara Engine:
- Added LuaState::RawEqual
- Fixed LuaCoroutine movement assignation operator
- Added Arbiter2D::GetBodies
- Added RigidBody2D::ForEachArbiter
Nazara Development Kit:
- Added ImageWidget (#139)