UNPKG

laya-coreui-es

Version:

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

12 lines (11 loc) 301 B
export declare class Path { paths: any[]; private _curPath; constructor(); beginPath(convex: boolean): void; closePath(): void; newPath(): void; addPoint(pointX: number, pointY: number): void; push(points: any[], convex: boolean): void; reset(): void; }