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

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

311. LAYA的AS3项目碰见个问题,求解 [ 51%]

...text = names;              ////////以下为:根据参数来定义样式                var itemBasic:Object=ItemData.getItemData(ids);               txts.color = Constants.QUALITY_COLORS[itemBasic.quality];             txts.stroke = Constants.STROKE;         ...

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

312. TypeError: Cannot read properties of null (reading '_$id') [ 51%]

...caught TypeError: Cannot read property 'props' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 laya2.6.0打apk和小游戏都会报_InPool为null Load.loader.getRes返回都是Null 莫名其妙的报...

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

313. Laya中如何实现rotationX的旋转 [ 51%]

...个东西css做的比较好。这个api不可能知道开发者想要什么样式,还是需要自己做 流浪地球Gaara • 2018-07-10 19:21 感谢你的回答,scaleX我试过了,但是达不到仿3D的效果,希望的效果是scaleX在缩小的时候,图片的上边宽减小,这样有...

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

314. 如何从代码中创建UI,progressbar [ 51%]

...,这个是做什么的? 3.我能指定ProgressBar上层显示进度条的样式吗?比如是张图片 2016-07-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 你的报错是由于路...

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

315. Uncaught unknown animationClip version. [ 51%]

...试出现报错Uncaught (in promise) DOMException: play() 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 运行报错 Uncaught Can not find scene:GameView.scene undefined 加载龙骨动画出报错Uncaught getUin...

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

316. TypeError: Cannot read property 'sv' of null laya.particle.j at Particle2D.__proto.customRender [ 51%]

...rror: Cannot read property 'btCollisionObject' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Particle2D无法直接拖拽到场景中使用,望解决 求让Particle2D的粒子能从最开始的地...

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

317. 如何改变text部分字的颜色或两个不同颜色的text如何拼接看起来像一个文本? [ 51%]

...daohu • 2017-05-05 17:51 谢谢,可否写一个同时含有设置字体样式、颜色和大小的语句让我看下?从没有用过这个 cuixueying • 2017-05-05 19:55 http://ask.layabox.com/question/1164

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

318. 求教 label.text之类的文本,能否支持从右到左的显示?或者有没有什么解决方案,现有阿拉伯文、维语的需求 [ 51%]

...解决方案,现有阿拉伯文、维语的需求 可不可以 应用css样式 style="direction: rtl;" ? 2018-03-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: Text里面 有    ...

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

319. Cannot read property 'props' of undefined [ 51%]

...ive2 打包android平台 报错 btCollisionObject undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Laya2.1.0 JS调用Java PlatformClass undefined 运行报错 Uncaught Can not find scene:GameView.scene und...

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

320. 微信浏览器,input输入完成后,游戏不能还原 [ 51%]

...输入提示符 inputText.prompt = "Type some word...";  // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; scene.addChild(inputText);  var tip1 = new Laya.Label(); tip1.bgColor = "#666666"; tip1.color = "#ffffff"; tip1...

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