UNPKG
laya-coreui-es
Version:
latest (0.0.2)
0.0.2
0.0.1
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
laya-coreui-es
/
build
/
es
/
layaAir
/
laya
/
resource
/
TextureDecodeFormat.js
6 lines
(5 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
export
var
TextureDecodeFormat
; (
function
(
TextureDecodeFormat
) {
TextureDecodeFormat
[
TextureDecodeFormat
[
"Normal"
] =
0
] =
"Normal"
;
TextureDecodeFormat
[
TextureDecodeFormat
[
"RGBM"
] =
1
] =
"RGBM"
; })(
TextureDecodeFormat
|| (
TextureDecodeFormat
= {}));