Searched refs:ComponentProxy (Results 1 – 1 of 1) sorted by relevance
83 entities_[entity.id].push_back(ComponentProxy::Create(manager, object)); in SCENE_BEGIN_NAMESPACE()99 entities_[entity.id].push_back(ComponentProxy::Create(manager, object)); in SCENE_BEGIN_NAMESPACE()203 struct ComponentProxy { in SCENE_BEGIN_NAMESPACE() struct204 static BASE_NS::shared_ptr<ComponentProxy> Create( in SCENE_BEGIN_NAMESPACE() argument207 return BASE_NS::shared_ptr<ComponentProxy> { new ComponentProxy { &cm, entity, 1 } }; in SCENE_BEGIN_NAMESPACE()214 … BASE_NS::unordered_map<uint64_t, BASE_NS::vector<BASE_NS::shared_ptr<ComponentProxy>>> entities_; in SCENE_BEGIN_NAMESPACE()