webcad-api/types/Common/Dispose.d.ts

7 lines
311 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
import { Object3D } from "three";
/**
* Object对象的Geometry,(,?)
2020-09-24 11:04:12 +08:00
*/
export declare function DisposeThreeObj(obj: Object3D): Object3D;
export declare function Object3DRemoveAll(obj: Object3D): Object3D;
//# sourceMappingURL=Dispose.d.ts.map