Searched refs:subcollectionCount (Results 1 – 1 of 1) sorted by relevance
366 size_t subcollectionCount = ec_.GetSubCollectionCount(); in LoadJsonEntityCollection() local367 while (!targetEntity && subcollectionCount) { in LoadJsonEntityCollection()368 targetEntity = ec_.GetSubCollection(--subcollectionCount)->GetEntity(entityTarget); in LoadJsonEntityCollection()562 size_t subcollectionCount = ec_.GetSubCollectionCount(); in GltfImportFinished() local563 while (!targetEntity && subcollectionCount) { in GltfImportFinished()564 targetEntity = ec_.GetSubCollection(--subcollectionCount)->GetEntity(entityTarget); in GltfImportFinished()