同步最新的WebCAD代码,包括窗户与材质槽
This commit is contained in:
14
types/Common/SelectEntity.d.ts
vendored
Normal file
14
types/Common/SelectEntity.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
export declare enum SelectEntityType {
|
||||
Board = "Board",
|
||||
Curve = "Curve",
|
||||
Dim = "Dim"
|
||||
}
|
||||
export declare class Command_SelectEntity implements Command {
|
||||
private entityType;
|
||||
private msg;
|
||||
constructor(entityType: any, msg?: string);
|
||||
Transparency: boolean;
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=SelectEntity.d.ts.map
|
Reference in New Issue
Block a user