Searched refs:GetSubCollectionCount (Results 1 – 6 of 6) sorted by relevance
299 size_t EntityCollection::GetSubCollectionCount() const in GetSubCollectionCount() function in EntityCollection587 collectionIx = GetSubCollectionCount() - 1; in AddEntityToSubcollection()640 const size_t collectionCount = srcSubCollection->GetSubCollectionCount(); in CloneEntitiesFromCollection()
366 size_t subcollectionCount = ec_.GetSubCollectionCount(); in LoadJsonEntityCollection()562 size_t subcollectionCount = ec_.GetSubCollectionCount(); in GltfImportFinished()
73 size_t GetSubCollectionCount() const override; in SCENE_BEGIN_NAMESPACE()
325 if (collectionIndex < ec.GetSubCollectionCount()) { in EntityFromJson()372 const auto collectionCount = ec.GetSubCollectionCount(); in EntityToJson()569 const auto collectionCount = ec.GetSubCollectionCount(); in WriteEntityCollection()
1169 for (size_t ix = 0; ix < scene_->GetSubCollectionCount(); ix++) { in FindResource()
85 virtual size_t GetSubCollectionCount() const = 0; in SCENE_BEGIN_NAMESPACE()