Home
last modified time | relevance | path

Searched defs:SystemTypeInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin.h69 struct SystemTypeInfo : public ITypeInfo { struct
73 using CreateSystemFn = ISystem* (*)(IEcs&);
74 using DestroySystemFn = void (*)(ISystem* instance);
77 const BASE_NS::Uid uid;
81 const CreateSystemFn createSystem;
83 const DestroySystemFn destroySystem;
88 const BASE_NS::array_view<const BASE_NS::Uid> componentDependencies;
93 const BASE_NS::array_view<const BASE_NS::Uid> readOnlyComponentDependencies;