编辑器核心框架

This commit is contained in:
YHH
2025-10-14 22:33:55 +08:00
parent cac6aedf78
commit b20b2ae4ce
12 changed files with 1697 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/**
* ECS Framework Editor Core
*
* Plugin-based editor framework for ECS Framework
*/
export * from './Plugins/IEditorPlugin';
export * from './Plugins/EditorPluginManager';
export * from './Services/UIRegistry';
export * from './Services/MessageHub';
export * from './Services/SerializerRegistry';
export * from './Types/UITypes';