feat(editor): 添加 ECS UI 系统和编辑器更新优化 (#238)
This commit is contained in:
6
packages/ui-editor/src/index.ts
Normal file
6
packages/ui-editor/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @esengine/ui-editor
|
||||
* UI Editor Plugin for ECS Framework Editor
|
||||
*/
|
||||
|
||||
export { UIEditorPlugin, uiEditorPlugin } from './UIEditorPlugin';
|
||||
Reference in New Issue
Block a user