Home
last modified time | relevance | path

Searched refs:ReadComponents (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Dintf_ecs_serializer.h88 virtual bool ReadComponents(IEntityCollection& ec, const json::value& jsonIn) const = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h88 virtual bool ReadComponents(IEntityCollection& ec, const CORE_NS::json::value& jsonIn, bool setId) const = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.h56 bool ReadComponents(IEntityCollection& ec, const CORE_NS::json::value& jsonIn, bool setId) const override;
H A Decs_serializer.cpp938 ReadComponents(ec, ecJson->array_.at(i), !idSet); in ReadEntityCollection()
951 bool EcsSerializer::ReadComponents(IEntityCollection& ec, const json::value& jsonIn, bool setId) const in ReadComponents() function in EcsSerializer
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp73 bool ReadComponents(IEntityCollection& ec, const CORE_NS::json::value& jsonIn) const override;
828 bool EcsSerializer::ReadComponents(IEntityCollection& ec, const json::value& jsonIn) const in ReadComponents() function in EcsSerializer

Completed in 10 milliseconds