|
i6engine
1.0
|
Handles the incoming messages on the physic channel and calls the corresponding methods. More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/physics/PhysicsMailbox.h>
Protected Member Functions | |
| PhysicsMailbox (PhysicsManager *pm) | |
| Constructor. More... | |
| ~PhysicsMailbox () | |
| Destructor. More... | |
| void | News (const api::GameMessage::Ptr &msg) const |
| Handles incoming messages. More... | |
Friends | |
| class | PhysicsController |
Handles the incoming messages on the physic channel and calls the corresponding methods.
Definition at line 42 of file PhysicsMailbox.h.
|
inlineexplicitprotected |
Constructor.
Definition at line 49 of file PhysicsMailbox.h.
|
inlineprotected |
Destructor.
Definition at line 56 of file PhysicsMailbox.h.
|
protected |
Handles incoming messages.
|
friend |
Definition at line 43 of file PhysicsMailbox.h.