Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp366 size_t subcollectionCount = ec_.GetSubCollectionCount(); in LoadJsonEntityCollection() local
367 while (!targetEntity && subcollectionCount) { in LoadJsonEntityCollection()
368 targetEntity = ec_.GetSubCollection(--subcollectionCount)->GetEntity(entityTarget); in LoadJsonEntityCollection()
562 size_t subcollectionCount = ec_.GetSubCollectionCount(); in GltfImportFinished() local
563 while (!targetEntity && subcollectionCount) { in GltfImportFinished()
564 targetEntity = ec_.GetSubCollection(--subcollectionCount)->GetEntity(entityTarget); in GltfImportFinished()