Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp822 if (nodeGenerationId == nodeComponentGenerationId_ && entityGenerationId == entityGenerationId_) {
922 entityGenerationId_ = entityGenerationId;
929 if (nodeGenerationId <= (nodeComponentGenerationId_ + 1U) && entityGenerationId <= (entityGenerationId_ + 1U)) { in InternalNodeUpdate()
931 entityGenerationId_ = entityGenerationId; in InternalNodeUpdate()
972 uint32_t entityGenerationId_ = { 0 }; member in final

Completed in 2 milliseconds