Factory that creates Actor type Entity objects. More...
#include <ActorFactory.h>
Public Member Functions | |
| ActorFactory (const std::string &filePath) | |
Protected Member Functions | |
| bool | parseXml (const std::string &filePath) |
Factory that creates Actor type Entity objects.
| ActorFactory::ActorFactory | ( | const std::string & | filePath | ) | [inline] |
| bool ActorFactory::parseXml | ( | const std::string & | filePath | ) | [protected, virtual] |
Parses an Entity XML Definition file.
Implements EntityFactory.
1.7.1