添加一些数据
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user