Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.h83 … void GatherNodeEntities(const ISceneNode& node, BASE_NS::vector<CORE_NS::Entity>& entities) const;
H A Dnode_system.cpp1074 GatherNodeEntities(node, nodes); in CloneNode()
1367 void NodeSystem::GatherNodeEntities(const ISceneNode& node, vector<Entity>& entities) const in GatherNodeEntities() function in NodeSystem
1372 GatherNodeEntities(*child, entities); in GatherNodeEntities()