Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Dintf_entity_collection.h64 virtual size_t GetEntityCount() const = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_entity_collection.h66 virtual size_t GetEntityCount() const = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.h54 size_t GetEntityCount() const override;
H A Decs_serializer.cpp358 const auto entityCount = ec.GetEntityCount(); in EntityToJson()
599 const auto entityCount = ec.GetEntityCount(); in WriteEntityCollection()
H A Dentity_collection.cpp99 size_t EntityCollection::GetEntityCount() const in GetEntityCount() function in EntityCollection
H A Dscene_holder.cpp1172 if (subcollection->GetEntityCount() > 0) { in FindResource()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dentity_collection.cpp52 size_t GetEntityCount() const override;
208 size_t EntityCollection::GetEntityCount() const in GetEntityCount() function in EntityCollection
H A Decs_serializer.cpp303 const auto entityCount = ec.GetEntityCount(); in EntityToJson()
537 const auto entityCount = ec.GetEntityCount(); in WriteEntityCollection()

Completed in 13 milliseconds