webcad-ue4-api/types/Common/SetMaterial.d.ts

3 lines
163 B
TypeScript
Raw Normal View History

2022-05-30 11:05:47 +08:00
import { Material, Object3D } from "three";
export declare function SetMaterial(obj: Object3D, material: Material): void;
2021-01-28 10:17:21 +08:00
//# sourceMappingURL=SetMaterial.d.ts.map