Project TailorMade. More...
Go to the source code of this file.
Classes | |
class | Subscription |
Typedefs | |
using | unorMapCM = std::unordered_map<std::string, std::shared_ptr<ComponentManager>> |
Project TailorMade.
Subscription implementation.
This Subscription class will automatically filled linked entities to their components based of JSON's file definition of suscription and apply the value of these files to the components.
You can define subscription's files on an entity, a set of generated entity or a specific tag.
using unorMapCM = std::unordered_map<std::string, std::shared_ptr<ComponentManager>> |