Searched refs:FindResultRow (Results 1 – 6 of 6) sorted by relevance
123 const ResultRow* FindResultRow(Entity entity) const; in CORE_BEGIN_NAMESPACE()
176 const ComponentQuery::ResultRow* ComponentQuery::FindResultRow(Entity entity) const in FindResultRow() function in ComponentQuery
261 if (auto* row = nodeQuery_.FindResultRow(id); row) { in Update()
1208 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()
969 if (auto row = trackQuery.FindResultRow(trackState.entity); row) { in UpdateAnimation()1014 …auto row = EntityUtil::IsValid(trackState.entity) ? trackQuery.FindResultRow(trackState.entity) : … in UpdateAnimation()
1557 if (const auto row = renderableQuery_.FindResultRow(entity); row) { in ProcessRenderMeshBatch()1608 if (const auto row = renderableQuery_.FindResultRow(renderMeshComponent); row) { in ProcessSingleRenderMesh()1639 if (const auto row = renderableQuery_.FindResultRow(rmc); row) { in ProcessRenderables()1654 if (const auto row = renderableQuery_.FindResultRow(rmc); row) { in ProcessRenderables()