![]() |
Pioneer
|
#include <BodyComponent.h>


Public Member Functions | |
| virtual void | deleteComponent (Body *body) override |
| T * | newComponent (const Body *body) |
| T * | get (const Body *body) |
| PoolBase (size_t index, size_t type) | |
Public Member Functions inherited from BodyComponentDB::PoolBase | |
| PoolBase (size_t index, size_t type) | |
| virtual | ~PoolBase () |
| virtual void | deleteComponent (Body *body)=0 |
Friends | |
| template<typename U > | |
| struct | BodyComponentDB::Serializer |
| template<typename U > | |
| struct | BodyComponentDB::LuaInterface |
Additional Inherited Members | |
Public Attributes inherited from BodyComponentDB::PoolBase | |
| size_t | componentIndex = 0 |
| size_t | componentType = 0 |
| SerializerBase * | serializer = nullptr |
| LuaInterfaceBase * | luaInterface = nullptr |
| std::string | typeName |
|
inlineoverridevirtual |
|
inline |
|
inline |
|
inline |