#include <btCharacterControllerInterface.h>
| btCharacterControllerInterface::btCharacterControllerInterface |
( |
) | |
|
|
inline |
| virtual btCharacterControllerInterface::~btCharacterControllerInterface |
( |
) | |
|
|
inlinevirtual |
| virtual bool btCharacterControllerInterface::canJump |
( |
) | |
const |
|
pure virtual |
| virtual void btCharacterControllerInterface::jump |
( |
) | |
|
|
pure virtual |
| virtual bool btCharacterControllerInterface::onGround |
( |
) | |
const |
|
pure virtual |
| virtual void btCharacterControllerInterface::preStep |
( |
btCollisionWorld * |
collisionWorld) | |
|
|
pure virtual |
| virtual void btCharacterControllerInterface::reset |
( |
) | |
|
|
pure virtual |
| virtual void btCharacterControllerInterface::setVelocityForTimeInterval |
( |
const btVector3 & |
velocity, |
|
|
btScalar |
timeInterval |
|
) |
| |
|
pure virtual |
| virtual void btCharacterControllerInterface::setWalkDirection |
( |
const btVector3 & |
walkDirection) | |
|
|
pure virtual |
| virtual void btCharacterControllerInterface::warp |
( |
const btVector3 & |
origin) | |
|
|
pure virtual |
The documentation for this class was generated from the following file: