13 lines
369 B
TypeScript
13 lines
369 B
TypeScript
|
|
/**
|
||
|
|
* 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';
|