Searched refs:AddEntityToSubcollection (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_entity_collection.h | 124 virtual void AddEntityToSubcollection( in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.h | 118 void AddEntityToSubcollection( in SCENE_BEGIN_NAMESPACE()
|
H A D | scene_holder.cpp | 886 collection.AddEntityToSubcollection(backupCollection, entityName, entity, true); in GetEntityId() 1576 scene_->AddEntityToSubcollection("created_materials", name, entity); in CreateMaterial() 1625 scene_->AddEntityToSubcollection("cloned_entities", name, ret, storeWithUniqueId); in CloneEntity() 2231 scene_->AddEntityToSubcollection("samplers", name, entity, false); in LoadSampler() 2437 scene_->AddEntityToSubcollection("created_meshes", name, entity); in CreateMeshFromArrays() 2488 scene_->AddEntityToSubcollection("created_meshes", name, entity); in CreateMeshFromArrays()
|
H A D | entity_collection.cpp | 581 void EntityCollection::AddEntityToSubcollection( in AddEntityToSubcollection() function in EntityCollection
|