UNPKG

laya-coreui-es

Version:

laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改

23 lines (22 loc) 786 B
import { ShaderDefinesBase } from "../ShaderDefinesBase"; export declare class ShaderDefines2D extends ShaderDefinesBase { static TEXTURE2D: number; static PRIMITIVE: number; static FILTERGLOW: number; static FILTERBLUR: number; static FILTERCOLOR: number; static COLORADD: number; static WORLDMAT: number; static FILLTEXTURE: number; static SKINMESH: number; static MVP3D: number; static NOOPTMASK: number; private static __name2int; private static __int2name; private static __int2nameMap; static __init__(): void; constructor(); static reg(name: string, value: number): void; static toText(value: number, int2name: any[], int2nameMap: any): any; static toInt(names: string): number; }