webcad-ue4-api/types/Add-on/DropMaterialApply.d.ts

4 lines
291 B
TypeScript
Raw Normal View History

2024-10-29 17:14:43 +08:00
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