Home
last modified time | relevance | path

Searched refs:GetComponentManagers (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h121 virtual BASE_NS::vector<IComponentManager*> GetComponentManagers() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp65 vector<IComponentManager*> GetComponentManagers() const override;
339 vector<IComponentManager*> Ecs::GetComponentManagers() const in GetComponentManagers() function in __anon7ce8fd9e0110::Ecs
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h119 auto managers = ecs.GetComponentManagers(); in RewriteEntityReferences()
H A Decs_animation.cpp274 for (auto manager : ecs.GetComponentManagers()) { in SetEntity()
861 for (const auto& manager : ecs_->GetComponentManagers()) { in CreateAnimationTrack()
H A Dentity_collection.cpp663 for (auto& cm : srcCollection.GetEcs().GetComponentManagers()) { in CloneEntitiesFromCollection()
H A Decs_serializer.cpp642 auto cms = ec.GetEcs().GetComponentManagers(); in WriteComponents()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1096 auto managers = ecs_.GetComponentManagers(); in CloneNode()