#include <PhysicsEngine.h>
Public Member Functions | |
| PhysicsEngine () | |
| void | RegisterPart (PhysicsPart *p, int stackno) |
| void | UnregisterPart (PhysicsPart *p) |
| std::vector< PhysicsPart * > * | GetStack (int stackno) |
| void | MoveStackUp (int stackno) |
| void | FlushStacks () |
| bool | IsFlushing () |
| void | DoPhysics () |
Public Attributes | |
| std::vector< PhysicsPart * > | mParts |
| std::map< int, std::vector< PhysicsPart * > * > | mStacks |
| bool | mIsFlushing |
| int | mFlushCounter |
| int | mMaxImagesOnRow |
| ILOG_VAR_DEC | |
Definition at line 162 of file PhysicsEngine.h.
1.5.1