Home
last modified time | relevance | path

Searched refs:FindResultRow (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.h61 * @param enableEntityLookup If true, allows to look up result row by using entity as a key (FindResultRow), this
123 const ResultRow* FindResultRow(Entity entity) const;
H A Dcomponent_query.cpp176 const ComponentQuery::ResultRow* ComponentQuery::FindResultRow(Entity entity) const in FindResultRow() function in ComponentQuery
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp261 if (auto* row = nodeQuery_.FindResultRow(id); row) { in Update()
H A Dnode_system.cpp1208 if (auto row = nodeQuery_.FindResultRow(parent->GetEntity()); row) { in Update()
1259 if (auto row = nodeQuery_.FindResultRow(node.GetEntity()); row) { in CollectChangedNodes()
1327 auto row = nodeQuery_.FindResultRow(state.node->GetEntity()); in UpdateTransformations()
H A Danimation_system.cpp969 if (auto row = trackQuery.FindResultRow(trackState.entity); row) { in UpdateAnimation()
1014 auto row = EntityUtil::IsValid(trackState.entity) ? trackQuery.FindResultRow(trackState.entity) : nullptr; in UpdateAnimation()
H A Drender_system.cpp1557 if (const auto row = renderableQuery_.FindResultRow(entity); row) {
1608 if (const auto row = renderableQuery_.FindResultRow(renderMeshComponent); row) {
1639 if (const auto row = renderableQuery_.FindResultRow(rmc); row) {
1654 if (const auto row = renderableQuery_.FindResultRow(rmc); row) {

Completed in 9 milliseconds