#include <ragdoll.hpp>
Inheritance diagram for irr::newton::RagDoll:
Public Member Functions | |
void | build (irr::core::array< irr::newton::Body * > parts) |
const NewtonRagDoll * | getNewtonRagDoll () const |
RagDoll (irr::newton::World *world) | |
~RagDoll () | |
Protected Member Functions | |
void | reserved_destroy () |
Protected Attributes | |
NewtonRagDoll * | n_ragdoll |
NewtonWorld * | n_world |
irr::newton::RagDoll::~RagDoll | ( | ) |
irr::newton::RagDoll::RagDoll | ( | irr::newton::World * | world | ) |
void irr::newton::RagDoll::build | ( | irr::core::array< irr::newton::Body * > | parts | ) |
const NewtonRagDoll* irr::newton::RagDoll::getNewtonRagDoll | ( | ) | const [inline] |
void irr::newton::RagDoll::reserved_destroy | ( | ) | [inline, protected, virtual] |
Implements irr::newton::IrrNewt_Base.
NewtonRagDoll* irr::newton::RagDoll::n_ragdoll [protected] |
NewtonWorld* irr::newton::RagDoll::n_world [protected] |