Searched defs:SystemTypeInfo (Results 1 – 1 of 1) sorted by relevance
69 struct SystemTypeInfo : public ITypeInfo { struct73 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;