feat: 新增底部Dock测量面板与回调联动
This commit is contained in:
@@ -29,12 +29,7 @@ export class WalkControlManager extends BaseManager {
|
||||
|
||||
/** 显示漫游控制面板 */
|
||||
public show(): void {
|
||||
if (!this.registry.toolbar) {
|
||||
console.warn('Toolbar not initialized');
|
||||
return;
|
||||
}
|
||||
|
||||
this.registry.toolbar.hide();
|
||||
this.registry.toolbar?.hide();
|
||||
|
||||
// 打开漫游面板时,默认激活第一人称模式
|
||||
console.log('[WalkControl] 打开漫游面板,激活第一人称模式');
|
||||
|
||||
Reference in New Issue
Block a user