#include <CCPhysicsShapeInfo_chipmunk.h>
Public Member Functions | |
| void | add (cpShape *shape) |
| void | remove (cpShape *shape) |
| void | removeAll () |
| void | setGroup (cpGroup group) |
| void | setBody (cpBody *body) |
| PhysicsShape * | getShape () const |
| local | getShape () |
| std::vector< cpShape * > & | getShapes () |
| var | getShapes () |
| local | getShapes () |
| cpBody * | getBody () const |
| cpGroup | getGourp () const |
Static Public Member Functions | |
| static std::map< cpShape *, PhysicsShapeInfo * > & | getMap () |
| local | getMap () |
| static cpBody * | getSharedBody () |
Friends | |
| class | PhysicsShape |
| void add | ( | cpShape * | shape) |
| var add | ( | var | shape) |
| local add | ( | local | shape) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| void remove | ( | cpShape * | shape) |
| var remove | ( | var | shape) |
| local remove | ( | local | shape) |
| void removeAll | ( | ) |
| var removeAll | ( | ) |
| local removeAll | ( | ) |
| void setBody | ( | cpBody * | body) |
| var setBody | ( | var | body) |
| local setBody | ( | local | body) |
| void setGroup | ( | cpGroup | group) |
| var setGroup | ( | var | group) |
| local setGroup | ( | local | group) |
|
friend |
|
friend |
|
friend |