Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_node_system.h146 virtual const ISceneNode* LookupNodeByName(BASE_NS::string_view const& name) const = 0; in CORE3D_BEGIN_NAMESPACE()
151 virtual ISceneNode* LookupNodeByName(BASE_NS::string_view const& name) = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp402 const ISceneNode* LookupNodeByName(string_view const& name) const override in LookupNodeByName() function in NodeSystem::SceneNode
407 ISceneNode* LookupNodeByName(string_view const& name) override in LookupNodeByName() function in NodeSystem::SceneNode
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1203 auto shapeNode = sceneNode->LookupNodeByName(shape->GetName().c_str()); in DestroyNode()
1250 auto shapeNode = sceneNode->LookupNodeByName(shape->GetName().c_str()); in UpdateNodePosition()