Home
last modified time | relevance | path

Searched refs:ucm (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp509 auto* ucm = GetManager<IUriComponentManager>(ecs_); in LoadImageEntityCollection() local
511 if (ncm && ucm && gcm) { in LoadImageEntityCollection()
520 ucm->Create(entity); in LoadImageEntityCollection()
521 auto uc = ucm->Get(entity); in LoadImageEntityCollection()
523 ucm->Set(entity, uc); in LoadImageEntityCollection()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp667 auto* ucm = GetManager<IUriComponentManager>(ecs_); in LoadImageEntityCollection() local
669 if (ncm && ucm && gcm) { in LoadImageEntityCollection()
680 ucm->Create(entity); in LoadImageEntityCollection()
681 auto uc = ucm->Get(entity); in LoadImageEntityCollection()
683 ucm->Set(entity, uc); in LoadImageEntityCollection()

Completed in 2 milliseconds