大约有 1 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0009 秒)
..., this, this.onMouseDown); Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.onMouseMove); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.onMouseUp, [true]); } /** 按钮动画处理 */ private hitTest(t: Laya.Image) { let s = t.source.getPixels(t.mouseX, t.mouseY, 1, 1).join(''); if (s == '0000') retu...
来源: Laya_社区 发布时间: 20180731