feat: 新增底部Dock测量面板与回调联动
This commit is contained in:
@@ -43,7 +43,7 @@ constructor(container: HTMLElement | string, options?: BimEngine720Options)
|
||||
```typescript
|
||||
interface BimEngine720Options {
|
||||
/** 语言 */
|
||||
locale?: 'zh-CN' | 'en-US';
|
||||
locale?: 'zh-CN' | 'zh-TW' | 'en-US';
|
||||
/** 主题 */
|
||||
theme?: 'dark' | 'light';
|
||||
/** 视场角(默认 75) */
|
||||
|
||||
Reference in New Issue
Block a user