Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp55 T* RecursivelyLookupNodeByPath(T& node, size_t index, const vector<string_view>& path) in RecursivelyLookupNodeByPath() function
68 T* result = RecursivelyLookupNodeByPath(*child, index + 1, path); in RecursivelyLookupNodeByPath()
384 return RecursivelyLookupNodeByPath<const ISceneNode>(*this, 0, parts); in LookupNodeByPath()
396 return RecursivelyLookupNodeByPath<ISceneNode>(*this, 0, parts); in LookupNodeByPath()