Home
last modified time | relevance | path

Searched refs:entityGenerationId (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp821 const uint32_t entityGenerationId = entityManager_.GetGenerationCounter(); in Refresh() local
822 … if (nodeGenerationId == nodeComponentGenerationId_ && entityGenerationId == entityGenerationId_) { in Refresh()
922 entityGenerationId_ = entityGenerationId; in Refresh()
928 const uint32_t entityGenerationId = entityManager_.GetGenerationCounter(); in InternalNodeUpdate() local
929 …if (nodeGenerationId <= (nodeComponentGenerationId_ + 1U) && entityGenerationId <= (entityGenerati… in InternalNodeUpdate()
931 entityGenerationId_ = entityGenerationId; in InternalNodeUpdate()