#include <CCPhysicsShapeInfo.h>
Public Member Functions | |
| void | add (cpShape *shape) |
| void | remove (cpShape *shape) |
| void | removeall () |
Public Attributes | |
| std::vector< cpShape * > | shapes |
| PhysicsShape * | shape |
| var | shape |
| local | shape |
Static Public Attributes | |
| static std::map< cpShape *, PhysicsShapeInfo * > | map |
| var | map |
| local | map |
Friends | |
| class | PhysicsShape |
| void add | ( | cpShape * | shape) |
| var add | ( | var | shape) |
| local add | ( | local | shape) |
| void remove | ( | cpShape * | shape) |
| var remove | ( | var | shape) |
| local remove | ( | local | shape) |
| void removeall | ( | ) |
| var removeall | ( | ) |
| local removeall | ( | ) |
|
friend |
|
friend |
|
friend |
|
static |
|
static |
|
static |
| PhysicsShape* shape |
| var shape |
| local shape |
| std::vector<cpShape*> shapes |
| var shapes |
| local shapes |