Monad Engine da02fba2
> Undercity Codex_
Loading...
Searching...
No Matches
mnd::GameObjectFactory Class Reference

#include <GameObject.h>

Public Member Functions

template<typename T >
void RegisterObject (const std::string &name)
 
GameObjectCreateGameObject (const std::string &typeName)
 

Static Public Member Functions

static GameObjectFactoryGetInstance ()
 

Detailed Description

Definition at line 55 of file GameObject.h.

Member Function Documentation

◆ CreateGameObject()

GameObject * mnd::GameObjectFactory::CreateGameObject ( const std::string &  typeName)
inline

Definition at line 70 of file GameObject.h.

Referenced by mnd::Scene::CreateObject().

◆ GetInstance()

static GameObjectFactory & mnd::GameObjectFactory::GetInstance ( )
inlinestatic

Definition at line 58 of file GameObject.h.

Referenced by mnd::Scene::CreateObject().

◆ RegisterObject()

template<typename T >
void mnd::GameObjectFactory::RegisterObject ( const std::string &  name)
inline

Definition at line 65 of file GameObject.h.


The documentation for this class was generated from the following file: