UNPKG

@awayjs/renderer

Version:
15 lines 352 B
import { MappingMode } from '../base/MappingMode'; import { TextureBase } from './TextureBase'; /** * */ export declare class Texture2D extends TextureBase { static assetType: string; /** * * @returns {string} */ get assetType(): string; constructor(mappingMode?: MappingMode); } //# sourceMappingURL=Texture2D.d.ts.map