初始化版本库,可用
This commit is contained in:
14
types/DatabaseServices/MaterialDictionary.d.ts
vendored
Normal file
14
types/DatabaseServices/MaterialDictionary.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Material } from "three";
|
||||
export declare const MaterialNeedUpdateKey = "needUpdateImg";
|
||||
export declare class MaterialDictionary {
|
||||
MaterialDict: Map<number, Material>;
|
||||
MaterialCallback: Map<number, any>;
|
||||
private _cout;
|
||||
constructor();
|
||||
addMaterial(mat: Material): void;
|
||||
createMaterial(): void;
|
||||
extendObservable(mat: Material, id: number): void;
|
||||
getMaterial(id: number): Material;
|
||||
removeMaterial(id: number): void;
|
||||
}
|
||||
//# sourceMappingURL=MaterialDictionary.d.ts.map
|
Reference in New Issue
Block a user