UNPKG

laya-coreui-es

Version:

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

18 lines (17 loc) 534 B
/** * ... * @author xie */ export declare class SubmitKey { blendShader: number; submitType: number; other: number; constructor(); clear(): void; copyFrom(src: SubmitKey): void; copyFrom2(src: SubmitKey, submitType: number, other: number): void; equal3_2(next: SubmitKey, submitType: number, other: number): boolean; equal4_2(next: SubmitKey, submitType: number, other: number): boolean; equal_3(next: SubmitKey): boolean; equal(next: SubmitKey): boolean; }