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

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

11. 3D文本纹理demo问题 [ 81%]

...扫描右侧的二维码真机调试也是如此。  TypeError: this.cxt.fillText is not a function             this.cxt.fillText(text, this.cav.width / 2, this.cav.height);                      ^^                                                    TypeErr...

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

12. 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function [ 78%]

...http://127.0.0.1:59957/game/li ... 723:16)     at CharBook.__proto._fast_filltext (http://127.0.0.1:59957/game/li ... 220:22)     at CharBook.__proto.filltext (http://127.0.0.1:59957/game/li ... 7290:8)     at WebGLContext2D.__proto._fillText (http://127.0.0.1:59957/game/li ... 374:29)     a...

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

13. 微信开发者工具iOS模拟器报错:CharRender_Canvas.ctx.fillAndStrokeText is not a function [ 77%]

...http://127.0.0.1:18647/game/li ... 723:16)     at CharBook.__proto._fast_filltext (http://127.0.0.1:18647/game/li ... 220:22)     at CharBook.__proto.filltext (http://127.0.0.1:18647/game/li ... 7290:8)     at WebGLContext2D.__proto._fillText (http://127.0.0.1:18647/game/li ... 374:29)     a...

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

14. sprite做的按钮点击无反应? [ 76%]

...stageWd - w) * 0.5, (stageHt - h) * 0.5-50, w, h, "#FF7F50"); btn.graphics.fillText("确 定", (stageWd) * 0.5 , (stageHt - h) * 0.5-43, "25px SimHei", "#FFFFFF", "center"); //dialog_mc.addChild(btn); Laya.stage.addChild(btn); btn.on(Event.CLICK, this, function(){ alert("点击"); }); 点击btn并...

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

15. 3D文本内容是否可以清除 重新书写 [ 76%]

...line = "center";//文本相对于起点的位置 //设置文字,位置 cxt.fillText("-10000", 100, 50, 200);//有填充cxt.font="bold 60px 宋体"; let texture2D = new Laya.Texture2D(256, 256);   //=====================这里如果在填充新的文字 会有所有的文字信息 ==================...

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

16. 字符串重复缓存过多数据,占用大量资源 [ 75%]

...引擎并没有对组件内容进行判断   graphics 的动态文本  fillText  可以 做到 相同的文字 只缓存一次   Label  Text 只适用于内容不变的静态文本, 动态用 FillText 2019-07-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...

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

17. loadingView 的 tips提示问题 [ 75%]

...r 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.fc, "left");     } 把...

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

18. Text调用changeText报错 [ 74%]

...法修改文本,运行就会报错! 2.有人说动态修改文本要用FillText,但是如何通过查找节点来获取到FillText呢? 3.还有其他动态修改文本组件上文本内容的方法吗?(别告诉我通过删除组件再重建组件,只能这样的话这也太低能了...

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

19. 音频-播放演示 [ 69%]

...btn.size(w, h); btn.graphics.drawRect(0, 0, w, h, "#FF7F50"); btn.graphics.fillText(labelText, w / 2, 8, "24px SimHei", "#FFFFFF", "center"); return btn; } // 播放音效 onPlaySound() { console.log("播放音效"); Laya.SoundManager.playSound("res/sounds/btn.mp3", 1, new Laya.Handler(this, this.on...

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

20. 音频-播放演示 [ 69%]

...ze(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2, 8, "25px SimHei", "#FFFFFF", "center"); Laya.stage.addChild(button); return button; } function onPlayMusic(e) { console.log("播放音乐"); SoundManager.playMusic("../../res/sounds/bgm.mp3", 1, new Han...

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