Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp149 class NodeSystem::NodeAccess {
496 friend NodeSystem;
497 friend NodeSystem::NodeCache;
983 struct NodeSystem::State {
999 NodeSystem::NodeSystem(IEcs& ecs) in NodeSystem() function in NodeSystem
1014 Uid NodeSystem::GetUid() const in GetUid()
1162 void NodeSystem::Initialize() in Initialize()
1248 void NodeSystem::Uninitialize() in Uninitialize()
1289 struct NodeSystem::NodeInfo {
1295 NodeSystem::NodeInfo NodeSystem::ProcessNode( in ProcessNode()
[all …]
H A Dnode_system.h38 class NodeSystem final : public INodeSystem {
40 explicit NodeSystem(CORE_NS::IEcs& ecs);
41 ~NodeSystem() override = default;