Searched refs:baseComponentSet (Results 1 – 2 of 2) sorted by relevance
49 …const IComponentManager& baseComponentSet, const array_view<const Operation> operations, bool enab… in SetupQuery() argument65 managers_.push_back(const_cast<IComponentManager*>(&baseComponentSet)); in SetupQuery()93 const IComponentManager& baseComponentSet = *managers_[0]; in Execute() local95 const auto baseComponents = baseComponentSet.GetComponentCount(); in Execute()98 auto& em = baseComponentSet.GetEcs().GetEntityManager(); in Execute()102 if (const Entity entity = baseComponentSet.GetEntity(id); em.IsAlive(entity)) { in Execute()150 …const IComponentManager& baseComponentSet, const array_view<const Operation> operations, bool enab… in Execute() argument152 SetupQuery(baseComponentSet, operations, enableEntityLookup); in Execute()
64 …void SetupQuery(const IComponentManager& baseComponentSet, BASE_NS::array_view<const Operation> op… in CORE_BEGIN_NAMESPACE()72 [[deprecated]] void Execute(const IComponentManager& baseComponentSet, in CORE_BEGIN_NAMESPACE()