Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp364 string entityTarget = (targetParam != params.cend()) ? targetParam->second : ""; in LoadJsonEntityCollection() local
365 auto targetEntity = ec_.GetEntity(entityTarget); in LoadJsonEntityCollection()
368 targetEntity = ec_.GetSubCollection(--subcollectionCount)->GetEntity(entityTarget); in LoadJsonEntityCollection()
392 if (!entityTarget.empty()) in LoadJsonEntityCollection()
393 patchedDepUri.append("?target=").append(entityTarget); in LoadJsonEntityCollection()
560 string entityTarget = (targetParam != params.cend()) ? targetParam->second : ""; in GltfImportFinished() local
561 auto targetEntity = ec_.GetEntity(entityTarget); in GltfImportFinished()
564 targetEntity = ec_.GetSubCollection(--subcollectionCount)->GetEntity(entityTarget); in GltfImportFinished()

Completed in 2 milliseconds