Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp2288 ISceneNode* FindExportedParent(ISceneNode const& node, IEcs const& ecs) in FindExportedParent() function
2386 if (const auto* parent = FindExportedParent(node, ecs); parent) { in AttachParent()