feat(all): 迁移扩展相关功能

This commit is contained in:
plum
2026-04-08 15:34:43 +08:00
parent ad2dd979eb
commit d7c0dba569
278 changed files with 25207 additions and 62 deletions
+9 -1
View File
@@ -1,4 +1,12 @@
export {default as Billboard, getDefaultBillboardOptions} from "./Billboard";
export {HtmlPanelConverter, HtmlPanel, HtmlSprite} from "./HtmlPanel";
export {default as Heatmap, getDefaultHeatmapOptions} from "./Heatmap";
export {default as UIPanel, getDefaultUIPanelOptions} from "./UIPanel";
export {default as UIPanelBlock} from "./UIPanelBlock";
export {default as UIPanelText} from "./UIPanelText";
export {default as UIPanelInline} from "./UIPanelInline";
export {default as UIPanelInlineBlock} from "./UIPanelInlineBlock";
export {default as Path, getDefaultPathOptions} from "./Path";
export {default as ParticleEmitter, getDefaultParticleConfig} from "./ParticleEmitter";
export {default as Tiles, getDefault3DTilesOptions} from "./Tile.ts";
export {default as Tiles, getDefault3DTilesOptions} from "./Tile.ts";
export {WaterPool} from "./WaterPool";