大约有 2 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0010 秒)
...标单击事件 button1.off(Event.CLICK, this, onDecreaseAlpha1); //定时执行一次(间隔时间) Laya.timer.once(3000, this, onComplete1); } function onDecreaseAlpha2(e) { //移除鼠标单击事件 button2.off(Event.CLICK, this, onDecreaseAlpha2); //定时执行一次(基于帧率) Laya.timer.f...
来源: Laya_示例 发布时间: 20250317
...ayaAirIDE让项目开发更高效。// 这段代码需要在setupDemo之前执行。 (function() { // 项渲染器 var Box = Laya.Box; var Image = Laya.Image; var WID = 373, HEI = 85; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); thi...
来源: Laya_示例 发布时间: 20250317