laya-coreui-es
Version:
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
9 lines (8 loc) • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextureDecodeFormat = void 0;
var TextureDecodeFormat;
(function (TextureDecodeFormat) {
TextureDecodeFormat[TextureDecodeFormat["Normal"] = 0] = "Normal";
TextureDecodeFormat[TextureDecodeFormat["RGBM"] = 1] = "RGBM";
})(TextureDecodeFormat = exports.TextureDecodeFormat || (exports.TextureDecodeFormat = {}));