Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_entity_collection.h66 virtual size_t GetEntityCount() const = 0; in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.h54 size_t GetEntityCount() const override; in SCENE_BEGIN_NAMESPACE()
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()