webcad-ue4-api/types/Add-on/DropMaterialApply.d.ts
2024-10-29 17:14:43 +08:00

4 lines
291 B
TypeScript

import { Vector3 } from "three";
import { PhysicalMaterialRecord } from "../DatabaseServices/PhysicalMaterialRecord";
export declare function DropMaterialApply(pt: Vector3, getMtlFunction: () => Promise<PhysicalMaterialRecord>): Promise<void>;
//# sourceMappingURL=DropMaterialApply.d.ts.map