UI系统改进: - 添加 IMEHelper 支持中文/日文/韩文输入法 - UIInputFieldComponent 添加组合输入状态管理 - UIInputSystem 添加 IME 事件处理 - UIInputFieldRenderSystem 优化渲染逻辑 - UIRenderCollector 增强纹理处理 引擎改进: - EngineBridge 添加新的渲染接口 - EngineRenderSystem 优化渲染流程 - Rust 引擎添加新的渲染功能 编辑器改进: - 新增模块化 Inspector 组件架构 - EntityRefField 增强实体引用选择 - 优化 FlexLayoutDock 和 SceneHierarchy 样式 - 添加国际化文本
9 lines
173 B
TypeScript
9 lines
173 B
TypeScript
/**
|
|
* Inspector Header Components
|
|
* Inspector 头部组件导出
|
|
*/
|
|
|
|
export * from './InspectorHeader';
|
|
export * from './PropertySearch';
|
|
export * from './CategoryTabs';
|