大约有 1 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0011 秒)
...his.cMask = new Laya.Sprite(); //画一个圆形的遮罩区域 this.cMask.graphics.drawPie(80,80,50, 0, 360,"#ff0000"); this.cMask.pivot(80,80); //Laya.stage.addChild(this.cMask); Laya.stage.on(Laya.Event.MOUSE_MOVE, this, onMouseMove); ape.mask = this.cMask; } function onMouseMove(){ this.cMask.po...
来源: Laya_社区 发布时间: 20180313