Home
last modified time | relevance | path

Searched refs:ExternalCollection (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h44 struct ExternalCollection { in SCENE_BEGIN_NAMESPACE() struct
84 BASE_NS::vector<ExternalCollection>& externalCollectionsOut) const = 0; in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.h52 BASE_NS::vector<ExternalCollection>& externalCollectionsOut) const override; in SCENE_BEGIN_NAMESPACE()
H A Decs_serializer.cpp818 …const json::value& jsonIn, string_view contextUri, vector<ExternalCollection>& externalCollections… in GatherExternalCollections()
827 externalCollectionsOut.emplace_back(ExternalCollection { srcUri, string { contextUri } }); in GatherExternalCollections()
838 …externalCollectionsOut.emplace_back(ExternalCollection { collectionSrcUri, string { contextUri } }… in GatherExternalCollections()
H A Dasset_loader.cpp387 vector<IEcsSerializer::ExternalCollection> dependencies; in LoadJsonEntityCollection()