Searched refs:ExternalCollection (Results 1 – 4 of 4) sorted by relevance
44 struct ExternalCollection { in SCENE_BEGIN_NAMESPACE() struct84 BASE_NS::vector<ExternalCollection>& externalCollectionsOut) const = 0; in SCENE_BEGIN_NAMESPACE()
52 BASE_NS::vector<ExternalCollection>& externalCollectionsOut) const override; in SCENE_BEGIN_NAMESPACE()
818 …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()
387 vector<IEcsSerializer::ExternalCollection> dependencies; in LoadJsonEntityCollection()