Files
esengine/packages/editor-app/src/plugins/builtin/index.ts

13 lines
457 B
TypeScript
Raw Normal View History

/**
*
* Built-in plugins
*/
export { GizmoPlugin } from './GizmoPlugin';
export { SceneInspectorPlugin } from './SceneInspectorPlugin';
export { ProfilerPlugin } from './ProfilerPlugin';
export { EditorAppearancePlugin } from './EditorAppearancePlugin';
export { PluginConfigPlugin } from './PluginConfigPlugin';
export { ProjectSettingsPlugin } from './ProjectSettingsPlugin';
export { BlueprintPlugin } from '@esengine/blueprint/editor';