UNPKG

laya-coreui-es

Version:

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

16 lines (15 loc) 392 B
/** * @private * 静态常量集合 */ export declare class Const { static NOT_ACTIVE: number; static ACTIVE_INHIERARCHY: number; static AWAKED: number; static NOT_READY: number; static DISPLAY: number; static HAS_ZORDER: number; static HAS_MOUSE: number; static DISPLAYED_INSTAGE: number; static DRAWCALL_OPTIMIZE: number; }