Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1635 auto meshCollection = scene_->GetSubCollection(meshCollectionIndex); in DestroyEntity() local
1636 if (meshCollection->Contains(entity)) { in DestroyEntity()
1637 auto ref = meshCollection->GetReference(entity); in DestroyEntity()
1638 meshCollection->RemoveEntity(ref); in DestroyEntity()