endset_three_editor 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,6 +50,7 @@ export declare function addModelByType(type: string): void;
50
50
  /**
51
51
  * 为当前选中的物体添加数据面板
52
52
  * 面板配置存储在该物体的 userData.dataPanel 中
53
+ * 面板宽度会根据当前屏幕尺寸自动缩放,最高支持 7K (7000px) 屏幕
53
54
  * @param options - 面板配置选项(可选,默认有示例数据)
54
55
  */
55
56
  export declare function addDataPanel(options?: {