Home
last modified time | relevance | path

Searched refs:WriteComponents (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.h75 virtual bool WriteComponents( in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.h44 bool WriteComponents( in SCENE_BEGIN_NAMESPACE()
H A Decs_serializer.cpp623 if (WriteComponents(ec, entity, componentJson["components"])) { in WriteEntityCollection()
637 bool EcsSerializer::WriteComponents(const IEntityCollection& ec, Entity entity, json::standalone_va… in WriteComponents() function in EcsSerializer