3 lines
163 B
TypeScript
3 lines
163 B
TypeScript
import { Material, Object3D } from "three";
|
|
export declare function SetMaterial(obj: Object3D, material: Material): void;
|
|
//# sourceMappingURL=SetMaterial.d.ts.map
|