大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0011 秒)
...rn button; } onDecreaseAlpha1(e) { const Event = Laya.Event; //移除鼠标单击事件 this.button1.off(Event.CLICK, this, this.onDecreaseAlpha1); //定时执行一次(间隔时间) Laya.timer.once(3000, this, this.onComplete1); } onDecreaseAlpha2(e) { const Event = Laya.Event; //移除鼠标单击...
来源: Laya2.0_示例 发布时间: 20241118
..."\n右键抬起"); break; case Event.RIGHT_CLICK: this.appendText("\n右键单击\n————————"); break; case Event.MOUSE_MOVE: // 如果上一个操作是移动,提示信息仅加入.字符 if (/鼠标移动\.*$/.test(txt.text)) { this.appendText("."); } else { this.appendText("\n鼠...
来源: Laya2.0_示例 发布时间: 20241118