|
Monad Engine da02fba2
> Undercity Codex_
|
#include <Component.h>
Public Member Functions | |
| template<typename T > | |
| void | RegisterComponent (const std::string &name) |
| Component * | CreateComponent (const std::string &name) |
Static Public Member Functions | |
| static ComponentFactory & | GetInstance () |
Definition at line 58 of file Component.h.
| Component * eng::ComponentFactory::CreateComponent | ( | const std::string & | name | ) |
Definition at line 26 of file Component.cpp.
|
static |
Definition at line 20 of file Component.cpp.
|
inline |
Definition at line 64 of file Component.h.