Searched refs:GetSubCollectionIndexByRoot (Results 1 – 4 of 4) sorted by relevance
89 virtual int32_t GetSubCollectionIndexByRoot(CORE_NS::Entity entity) const = 0; in SCENE_BEGIN_NAMESPACE()
77 int32_t GetSubCollectionIndexByRoot(CORE_NS::Entity entity) const override; in SCENE_BEGIN_NAMESPACE()
331 int32_t EntityCollection::GetSubCollectionIndexByRoot(Entity entity) const in GetSubCollectionIndexByRoot() function in EntityCollection626 auto subCollectionIndex = srcCollection.GetSubCollectionIndexByRoot(srcEntity); in CloneEntitiesFromCollection()
1604 … if (auto ix = scene_->GetSubCollectionIndexByRoot(children[0]->GetEntity()); ix != -1) { in RenameEntity()2570 … if (auto cachedIdx = scene_->GetSubCollectionIndexByRoot(cachedEntity); cachedIdx != -1) { in ReleaseOwnership()