Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp245 [uri, entityId = EcsObject()->GetEntity().id, arrayIndex](auto sh) { in ApplyTextureInfoImage()
246 CORE_NS::Entity target { entityId }; in ApplyTextureInfoImage()
281 [value = prop->GetValue(), entityId = EcsObject()->GetEntity().id, arrayIndex](auto sh) { in SubscribeToTextureInfo()
282 CORE_NS::Entity target { entityId }; in SubscribeToTextureInfo()
1298 [entityId = EcsObject()->GetEntity().id](auto sh) {
1299 CORE_NS::Entity target { entityId };
H A Dscene_holder.cpp1072 auto entityId = strtoll(name.substr(ix + 1).data(), &dummy, 16); in FindAnimation() local
1073 if (animations_.find(entityId) != animations_.cend()) { in FindAnimation()
1074 entity.id = entityId; in FindAnimation()

Completed in 7 milliseconds