UNPKG

laya-coreui-es

Version:

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

18 lines (17 loc) 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EarcutNode = void 0; class EarcutNode { constructor(i, x, y) { this.i = i; this.x = x; this.y = y; this.prev = null; this.next = null; this.z = null; this.prevZ = null; this.nextZ = null; this.steiner = false; } } exports.EarcutNode = EarcutNode;