Home
last modified time | relevance | path

Searched refs:ReadComponent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h89 …virtual bool ReadComponent(IEntityCollection& ec, const CORE_NS::json::value& jsonIn, CORE_NS::Ent… in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.h57 …bool ReadComponent(IEntityCollection& ec, const CORE_NS::json::value& jsonIn, CORE_NS::Entity enti… in SCENE_BEGIN_NAMESPACE()
H A Decs_serializer.cpp977 ReadComponent(ec, componentJson, entity, *cm); in ReadComponents()
1002 bool EcsSerializer::ReadComponent( in ReadComponent() function in EcsSerializer