修复:eval2生成代码丢失
This commit is contained in:
19
types/Add-on/MoveToWCS0.d.ts
vendored
19
types/Add-on/MoveToWCS0.d.ts
vendored
@@ -1,19 +0,0 @@
|
||||
import { Entity } from "../DatabaseServices/Entity/Entity";
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
export declare class Command_M0 implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_PackageMove implements Command {
|
||||
exec(): Promise<void>;
|
||||
/**
|
||||
*
|
||||
* @param allEnts
|
||||
* @param i1 平面的x轴的 vector index索引
|
||||
* @param i2 平面的y轴的 vector index索引
|
||||
* @param [i1d=1000] 合并间距 x轴
|
||||
* @param [i2d=1000] 合并间距 y轴
|
||||
* @memberof Command_PackageMove
|
||||
*/
|
||||
PackageMove(allEnts: Entity[], i1: number, i2: number, i1d?: number, i2d?: number): void;
|
||||
}
|
||||
//# sourceMappingURL=MoveToWCS0.d.ts.map
|
Reference in New Issue
Block a user