webcad-api/types/DatabaseServices/TextureTable.d.ts

7 lines
274 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
import { SymbolTable } from "./SymbolTable";
import { TextureTableRecord } from "./Texture";
export declare class TextureTable extends SymbolTable {
AllocateName(): string;
get Textures(): Map<string, TextureTableRecord>;
}
//# sourceMappingURL=TextureTable.d.ts.map