TailorMade 2.0
Tailor Made is a high-performance C++20 ECS library with on-the-fly entity creation and JSON-based definitions for entities, components, and their relationships.
 
Loading...
Searching...
No Matches
EntityManager Member List

This is the complete list of members for EntityManager, including all inherited members.

addTag(int entity, const std::string &tag)EntityManager
createEntity(const std::string &name, bool createFile=false)EntityManager
EntityManager()EntityManager
EntityManager(const std::string &directory)EntityManager
getEntities(const std::string &prefixOrTag, bool isPrefix=true)EntityManager
getEntity(const std::string &name)EntityManager
getName(int entity)EntityManager
getNames()EntityManager
hasTag(int entity, const std::string &tag)EntityManager
removeEntity(const std::string &name)EntityManager
toString(std::ostream &stream)EntityManager