#include <CCPhysicsWorldInfo_chipmunk.h>
| void addBody |
( |
cpBody * |
body) | |
|
| local addBody |
( |
local |
body) | |
|
| void addJoint |
( |
cpConstraint * |
joint) | |
|
| var addJoint |
( |
var |
joint) | |
|
| local addJoint |
( |
local |
joint) | |
|
| void addShape |
( |
cpShape * |
shape) | |
|
| var addShape |
( |
var |
shape) | |
|
| local addShape |
( |
local |
shape) | |
|
| cpSpace* getSpace |
( |
) | |
const |
|
inline |
| void removeBody |
( |
cpBody * |
body) | |
|
| var removeBody |
( |
var |
body) | |
|
| local removeBody |
( |
local |
body) | |
|
| void removeJoint |
( |
cpConstraint * |
joint) | |
|
| var removeJoint |
( |
var |
joint) | |
|
| local removeJoint |
( |
local |
joint) | |
|
| void removeShape |
( |
cpShape * |
shape) | |
|
| var removeShape |
( |
var |
shape) | |
|
| local removeShape |
( |
local |
shape) | |
|
The documentation for this class was generated from the following file: