Searched refs:NodeCache (Results 1 – 2 of 2) sorted by relevance
76 class NodeCache; variable96 BASE_NS::unique_ptr<NodeCache> cache_;
497 friend NodeSystem::NodeCache;501 class NodeSystem::NodeCache final : public NodeAccess { class in NodeSystem503 NodeCache(IEntityManager& entityManager, INameComponentManager& nameComponentManager, in NodeCache() function in NodeSystem::NodeCache512 ~NodeCache() override = default;1006 …cache_(make_unique<NodeCache>(ecs.GetEntityManager(), nameManager_, nodeManager_, transformManager… in NodeSystem()