Files
esengine/packages/editor-core/src/Gizmos/index.ts

13 lines
369 B
TypeScript
Raw Normal View History

/**
* Gizmo System
* Gizmo
*
* Provides interfaces for custom gizmo rendering in the editor.
* Gizmos are rendered by the Rust WebGL engine for optimal performance.
* gizmo
* Gizmo Rust WebGL
*/
export * from './IGizmoProvider';
export * from './GizmoRegistry';