• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 315 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)

31. Sprite-切换纹理 [ 84%]

...reUrl = (flag = !flag) ? texture1 : texture2; // 更换纹理 ape.graphics.clear(); var texture = Laya.loader.getRes(textureUrl); ape.graphics.drawTexture(texture, 0, 0); // 设置交互区域 ape.size(texture.width, texture.height); } })();module laya { import Sprite = Laya.Sprite; import Stage = L...

来源: Laya_示例 发布时间: 20241118

32. Sprite-切换纹理 [ 84%]

...ey = (this.flag = !this.flag) ? monkey1Res : monkey2Res; this.ape.graphics.clear(); this.ape.graphics.drawTexture(monkey, 0, 0); this.ape.size(monkey.width, monkey.height); } } new Sprite_SwitchTexture();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Texture = Laya.Text...

来源: Laya2.0_示例 发布时间: 20241118

33. laya.utils.Tween [ 84%]

...生变化时,回调变化的值TweenPublic Methods  MethodDefined By  clear():void 停止并清理当前缓动。 Tween  clear(tween:Tween):void[static] 清理某个缓动。 Tween  clearAll(target:Object):void[static] 清理指定目标对象上的所有缓动。 Tween  complete():void ...

来源: Laya2.0_api 发布时间: 20190513

34. loadingView 的 tips提示问题 [ 84%]

..._dt() {         var g = this.tips._graphics;         g.clear();         g.fillText(this._tips[this.prei], -26, 0, this.fontstr, this.fc, "center");         g.fillText("(" + this.p + "%)", 1 / 2 * this._len[this.prei] - 26, 0, this.fontstr, this....

来源: Laya_社区 发布时间: 20170518

35. 定时器 · LayaAir3.0文档 · LAYABOX [ 84%]

...hideImage"); this.Image.visible = false; } } 5. 清理定时器 Laya.timer.clear:清理指定的定时器。定义如下: /** * 清理定时器。 * @param caller 执行域(this)。 * @param method 定时器回调函数。 */ clear(caller: any, method: Function): void { var handler: TimerHandler...

来源: Laya3.0_文档 发布时间: 20241014

36. 无法清除指定定时器 [ 84%]

...一个定时器: Laya.timer.loop(1000,this,this.fan); 当执行 Laya.timer.clear(this,this.fan);时, 控制台还是在执行 fan 函数里的代码 2018-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w11143...

来源: Laya_社区 发布时间: 20180508

37. 关于动态绘制圆弧问题 [ 84%]

...当前要制作一个转圈的圆弧, 我只能 this.sprite_gra.graphics.clear(); this.sprite_gra.graphics.drawPie(this.width / 2, this.height / 2, this.width, SkillIcon.START_NUM, this.end, "#000000"); 在定时器里,每次都擦除后再重新绘制一个圆弧吗? 没有一种思想:我...

来源: Laya_社区 发布时间: 20171102

38. 其他引擎的Demo-Example_21 [ 84%]

....drawPoly(0, 0, path.concat(), color); } function animate() { liveGraphics.clear(); liveGraphics.drawPoly(0, 0, path, color); } })();module laya { import Graphics = Laya.Graphics; import Sprite = Laya.Sprite; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class PIXI_Example_21 { pr...

来源: Laya_示例 发布时间: 20241118

39. laya.utils.Timer_API3.0 [ 83%]

...tor Properties currFrame currTimer scale Accessors delta Methods callLater clear clearAll clearCallLater destroy frameLoop frameOnce loop once pause resume runCallLater runTimer toString Constructors constructor new Timer(autoActive?: boolean): Timer Defined in laya/utils/Timer.ts:34 创建 Timer ...

来源: Laya3.0_api 发布时间: 20231115

40. 其他引擎的Demo-Example_21 [ 83%]

...sGraphics.drawPoly(0, 0, path.concat(), color); } animate() { liveGraphics.clear(); liveGraphics.drawPoly(0, 0, path, color); } } new PIXI_Example_21();module laya { import Graphics = Laya.Graphics; import Sprite = Laya.Sprite; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class P...

来源: Laya2.0_示例 发布时间: 20241118