9 lines
315 B
TypeScript
9 lines
315 B
TypeScript
|
import { Matrix4 } from 'three';
|
||
|
import { Command } from '../Editor/CommandMachine';
|
||
|
import { Route } from '../Geometry/CurveMap';
|
||
|
export declare class DrawRegion implements Command {
|
||
|
ocs: Matrix4;
|
||
|
exec(): Promise<void>;
|
||
|
DrawRegion(routeS: Array<Route>): void;
|
||
|
}
|
||
|
//# sourceMappingURL=DrawRegion.d.ts.map
|