UNPKG

@awayjs/renderer

Version:
13 lines 261 B
import { TextureBase } from './TextureBase'; /** * */ export declare class TextureCube extends TextureBase { static assetType: string; /** * * @returns {string} */ get assetType(): string; } //# sourceMappingURL=TextureCube.d.ts.map