webcad-ue4-api/types/Add-on/Align.d.ts

6 lines
186 B
TypeScript
Raw Normal View History

2024-08-14 17:08:00 +08:00
import { Command } from "../Editor/CommandMachine";
export declare class Align implements Command {
exec(): Promise<void>;
private getPoint;
}
//# sourceMappingURL=Align.d.ts.map