PhysicsID/RigidBody: Add GetWorld() accessor

This commit is contained in:
Jérôme Leclercq
2017-07-25 14:44:30 +02:00
parent 28e8377708
commit b00487c88c
4 changed files with 13 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ namespace Nz
Vector3f GetPosition() const;
Quaternionf GetRotation() const;
Vector3f GetVelocity() const;
PhysWorld3D* GetWorld() const;
bool IsAutoSleepEnabled() const;
bool IsMoveable() const;