大约有 386 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0037 秒)
Laya_社区(274) Laya2.0_文档(23) Laya3.0_api(19) Laya2.0_api(17) Laya2.0_示例(15) Laya3.0_文档(14) Laya_示例(13) laya_api(11)
....2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 运行报错 Uncaught Can not find scene:GameView.scene undefined Uncaught TypeE...
来源: Laya_社区 发布时间: 20200207
....2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js QQ游戏发布之后,运维后台报错 Can't find variable: QQJSBridge LayaIDE2.9.0beta版本打包IOS项目出现报错: ReferenceError: ...
来源: Laya_社区 发布时间: 20210624
... textfiled.width = 890; textfiled.style.color = "#10922a"; textfiled.style.font = "黑体"; textfiled.style.fontSize = 30; textfiled.style.valign = "middle"; var clientName = "<span style='color:#ffcc00;'>" + "聊天室" + ":</span>"; var clientInfo = "<span style='color:#ff9900;'&g...
来源: Laya_社区 发布时间: 20190222
...无法正常显示 使用第三方字体文件(见附件)代替assets/font/layabox.ttf(文件名不变),使用2.0Beta5类库打包,在安卓手机上安装后,app端字体显示位置与网页调试时完全一致。 但是同样的第三方字体,使用2.0正式版本类库打包...
来源: Laya_社区 发布时间: 20190318
...会报这个错。。才能进去 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545} span.s1 {font: 12.0px '.PingFang SC'} 12-09 22:04:33.105 12728-12832/? E/LayaBox: >>>>>>>>>>>>>>>>>>>>>>>>&g...
来源: Laya_社区 发布时间: 20181209
请教Laya.BitmapFont加载位图文字不能显示的问题 // 程序入口 class GameMain{ private mFontName:string = "diyFont"; private mBitmapFont:Laya.BitmapFont; constructor() { Laya.init(600,400); this.mBitmapFont = new Laya.BitmapFont(); this.mBitmapFont.loadFont("../laya/assets/txt.fnt", n...
来源: Laya_社区 发布时间: 20171028
...ish.scoreGold); // 价格 fish.scoreText = new Laya.Text(); fish.scoreText.font = "fnt_10103"; fish.scoreText.x = fish.scoreGold.width + fish.scoreGold.x - 4; fish.scoreText.y = fish.scoreGold.y + 2; fish.scoreText.text = price; this.scoreBox.addChild(fish.scoreText); 两种效果 就是 Text 这...
来源: Laya_社区 发布时间: 20180517
...ry的GUI实例化之前导入字体,就可以正常显示 { url: 'res/font/Symbol.ttf', type: Loader.TTF } 这里特别说明 1.有些ttf特别的大,所以最好是自己做一个ttf 比如数字专门使用的 这样会小很多 具体制作方式可以百度 做出来大概2到3kb 2.编...
来源: Laya_社区 发布时间: 20171120
...or = "#ffeff0"; //设置横竖屏 // Laya.stage.optimizeScrollRect = true; Font.defaultFont = "宋体"; Laya.stage.alignV = "top"; Laya.stage.alignH = "left"; Laya.stage.screenMode = "vertical"; Laya.stage.scaleMode = Stage.SCALE_FULL; spr = new Sprite var te:Text = new Text(); te.fontSize = 50; te....
来源: Laya_社区 发布时间: 20170801
FontChip不能显示 var fontLable = new laya.ui.FontClip("dntg/SceneScoreNum.png", 123); fontLable.x = pt_src.x; fontLable.y = pt_src.y; this.addChild(fontLable); 2018-04-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...
来源: Laya_社区 发布时间: 20180414