ver
This commit is contained in:
9
types/Add-on/DrawRegion.d.ts
vendored
Normal file
9
types/Add-on/DrawRegion.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user