添加一些数据

This commit is contained in:
yuding
2026-04-21 15:07:49 +08:00
parent d60cc4448d
commit aeb4c990ad
24 changed files with 39086 additions and 26411 deletions

View File

@@ -33,6 +33,10 @@ export class WalkDockPanel implements IBimComponent {
return this.panel.getState();
}
public setSpeed(speed: number): void {
this.panel.setSpeed(speed);
}
public destroy(): void {
this.panel.destroy();
}