#include <external/RadixEngine/include/radix/component/RigidBody.hpp>
Inherits radix::Component.
radix::RigidBody::RigidBody |
( |
Entity & |
ent | ) |
|
radix::RigidBody::RigidBody |
( |
Entity & |
ent, |
|
|
float |
mass, |
|
|
const std::shared_ptr< btCollisionShape > & |
collisionshape |
|
) |
| |
radix::RigidBody::~RigidBody |
( |
| ) |
|
const char* radix::RigidBody::getName |
( |
| ) |
const |
|
inlinevirtual |
TypeId radix::RigidBody::getTypeId |
( |
| ) |
const |
|
inlinevirtual |
void radix::RigidBody::serialize |
( |
serine::Archiver & |
ar | ) |
|
btRigidBody* radix::RigidBody::body |
btDefaultMotionState radix::RigidBody::motionState |
std::shared_ptr<btCollisionShape> radix::RigidBody::shape |
The documentation for this class was generated from the following files: