大约有 59 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0028 秒)
Laya_社区(40) Laya3.0_api(5) Laya_示例(3) Laya2.0_示例(3) Laya2.0_api(3) laya_api(2) Laya3.0_文档(2) Laya2.0_文档(1)
...扫描右侧的二维码真机调试也是如此。 TypeError: this.cxt.fillText is not a function this.cxt.fillText(text, this.cav.width / 2, this.cav.height); ^^ TypeErr...
来源: Laya_社区 发布时间: 20200409
...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
...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
...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
...line = "center";//文本相对于起点的位置 //设置文字,位置 cxt.fillText("-10000", 100, 50, 200);//有填充cxt.font="bold 60px 宋体"; let texture2D = new Laya.Texture2D(256, 256); //=====================这里如果在填充新的文字 会有所有的文字信息 ==================...
来源: Laya_社区 发布时间: 20191211
...引擎并没有对组件内容进行判断 graphics 的动态文本 fillText 可以 做到 相同的文字 只缓存一次 Label Text 只适用于内容不变的静态文本, 动态用 FillText 2019-07-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...
来源: Laya_社区 发布时间: 20190713
...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
...法修改文本,运行就会报错! 2.有人说动态修改文本要用FillText,但是如何通过查找节点来获取到FillText呢? 3.还有其他动态修改文本组件上文本内容的方法吗?(别告诉我通过删除组件再重建组件,只能这样的话这也太低能了...
来源: Laya_社区 发布时间: 20200721
...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
...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