Home
last modified time | relevance | path

Searched refs:componentUid (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h330 Data GetProperty(BASE_NS::Uid componentUid, CORE_NS::Entity entity, BASE_NS::string property) const;
H A Decs_serializer.cpp972 const auto componentUid = StringToUid(key); in ReadComponents() local
975 auto* cm = ecs.GetComponentManager(componentUid); in ReadComponents()
H A Decs_animation.cpp1138 EcsAnimation::Data EcsAnimation::GetProperty(Uid componentUid, Entity entity, string property) const in GetProperty() argument
1142 auto cm = ecs_->GetComponentManager(componentUid); in GetProperty()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp847 const auto componentUid = StringToUid(key); in ReadComponents() local
850 auto* cm = ecs.GetComponentManager(componentUid); in ReadComponents()

Completed in 8 milliseconds