Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1644 auto materialCollection = scene_->GetSubCollection(materialCollectionIndex); in DestroyEntity() local
1645 if (materialCollection->Contains(entity)) { in DestroyEntity()
1646 auto ref = materialCollection->GetReference(entity); in DestroyEntity()
1647 materialCollection->RemoveEntity(ref); in DestroyEntity()