6#include <sceneserialization/scene_entity_type_deserializer.h>
16 static size_t getMapSize() {
return getMapping().size(); }
18 static std::map<std::string, MSceneEntityTypeDeserializer*>& getMapping();
An Entity is the base class for all data and behaviour oriented objects in meteor....
Definition entity.h:9
Base class for Scene Enity Derserializers.
Definition scene_entity_type_deserializer.h:10
A Class that maintains mapping between Xml node types and their respective Deserializers.
Definition scene_entity_typemap.h:12