增加户型部分
This commit is contained in:
4
types/Geometry/CreatePolylinePath.d.ts
vendored
Normal file
4
types/Geometry/CreatePolylinePath.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Shape, Vector2 } from 'three';
|
||||
export declare function CreatePolylinePath(pts: Vector2[], buls: number[]): Shape;
|
||||
export declare function CreateShapeFromPoints(): void;
|
||||
//# sourceMappingURL=CreatePolylinePath.d.ts.map
|
Reference in New Issue
Block a user