UNPKG

@awayjs/renderer

Version:
16 lines (14 loc) 280 B
import { TextureBase } from './TextureBase'; /** * */ export class TextureCube extends TextureBase { public static assetType: string = '[texture TextureCube]'; /** * * @returns {string} */ public get assetType(): string { return TextureCube.assetType; } }