Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
addAction ( |
||
addRigidBody ( |
||
addRigidBody ( |
||
btSimpleDynamicsWorld ( |
||
clearForces ( ) : void | ||
debugDrawWorld ( ) : void | ||
getConstraintSolver ( ) : |
||
getGravity ( ) : SWIGTYPE_p_btVector3 | ||
getWorldType ( ) : |
||
removeAction ( |
||
removeCollisionObject ( |
||
removeRigidBody ( |
||
setConstraintSolver ( |
||
setGravity ( SWIGTYPE_p_btVector3 gravity ) : void | ||
stepSimulation ( float timeStep ) : int | ||
stepSimulation ( float timeStep, int maxSubSteps ) : int | ||
stepSimulation ( float timeStep, int maxSubSteps, float fixedTimeStep ) : int | ||
synchronizeMotionStates ( ) : void | ||
updateAabbs ( ) : void |
Method | Description | |
---|---|---|
btSimpleDynamicsWorld ( |
||
getCPtr ( |
public addAction ( |
||
action | ||
return | void |
public addRigidBody ( |
||
body | ||
return | void |
public addRigidBody ( |
||
body | ||
group | short | |
mask | short | |
return | void |
public btSimpleDynamicsWorld ( |
||
dispatcher | ||
pairCache | ||
constraintSolver | ||
collisionConfiguration | ||
return | System |
public getConstraintSolver ( ) : |
||
return |
public getWorldType ( ) : |
||
return |
public removeAction ( |
||
action | ||
return | void |
public removeCollisionObject ( |
||
collisionObject | ||
return | void |
public removeRigidBody ( |
||
body | ||
return | void |
public setConstraintSolver ( |
||
solver | ||
return | void |
public setGravity ( SWIGTYPE_p_btVector3 gravity ) : void | ||
gravity | SWIGTYPE_p_btVector3 | |
return | void |
public stepSimulation ( float timeStep ) : int | ||
timeStep | float | |
return | int |
public stepSimulation ( float timeStep, int maxSubSteps ) : int | ||
timeStep | float | |
maxSubSteps | int | |
return | int |
public stepSimulation ( float timeStep, int maxSubSteps, float fixedTimeStep ) : int | ||
timeStep | float | |
maxSubSteps | int | |
fixedTimeStep | float | |
return | int |