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
/
lib
/
layaAir
/
laya
/
webgl
/
shader
/
d2
/
value
/
TextureSV.d.ts
14 lines
(13 loc)
•
313 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
Value2D
}
from
"./Value2D"
;
export
declare
class
TextureSV
extends
Value2D
{
u_colorMatrix
:
any
[];
strength
:
number
;
blurInfo
:
any
[];
colorMat
:
Float32Array
;
colorAlpha
:
Float32Array
;
constructor
(
subID
?:
number
);
/** *
@override
*/
clear
():
void
; }