|
Monad Engine da02fba2
> Undercity Codex_
|
#include <GameObject.h>
Public Member Functions | |
| template<typename T > | |
| void | RegisterObject (const std::string &name) |
| GameObject * | CreateGameObject (const std::string &typeName) |
Static Public Member Functions | |
| static GameObjectFactory & | GetInstance () |
Definition at line 113 of file GameObject.h.
| GameObject * eng::GameObjectFactory::CreateGameObject | ( | const std::string & | typeName | ) |
Definition at line 722 of file GameObject.cpp.
Referenced by eng::Scene::CreateObject().
|
static |
Definition at line 716 of file GameObject.cpp.
Referenced by eng::Scene::CreateObject().
|
inline |
Definition at line 118 of file GameObject.h.