@awayjs/renderer
Version:
Renderer for AwayJS
15 lines • 352 B
TypeScript
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