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

大约有 518 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0053 秒)

311. CSSStyle中的leading设置值无效 [ 58%]

...效) LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 2.0 drawTexture color参数无效 问题状态 最新活动: 2017-06-01 14:20 浏览: 976 关注: 2 人 yurong3000 • 2017-06-01 14:50 多谢雪莹,应该是valign没有设置为top

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

312. android native环境,ttfloader加载的字体,设置无效果! [ 57%]

...u";                 txt.fontSize = 80;                 txt.color = "#ffffff";                 txt.bold = true;                 Laya.stage.addChild(txt);             });     这样修改一下,您ttfloader.fontName的位置放错了 2022-03-30 2 2 分享 微...

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

313. Dialog的closeHandler无效 [ 57%]

...示例 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 2.0 drawTexture color参数无效 关于同为object层,层级设置无效的问题 (此问题已经无效) matter.js mouseconstraint在微信小游戏中无效 lh文件内meshSprite添加阴影属性无效 transform.pivot = new Laya.V...

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

314. 微信小游戏内TextInput不能实现只输数字的功能 [ 57%]

...赞同来自: var input = new Input(); input.size(200, 30);   input.borderColor = "#FFFF00"; input.bold = true; input.fontSize = 20; input.color = "#FFFFFF"; input.padding = [0, 4, 0, 4]; input.restrict = "0-9";//限制输入字符为数字 Laya.stage.addChild(input); 2019-02-26 0 0 分享 微博 Q...

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

315. laya.utils.Tween.to的第一个参数可以是个label? [ 57%]

...调用第一个的一个方法,走进了第二方法里 2.0 drawTexture color参数无效 怎样获取浏览器地址传过来的GET参数 IDE中js压缩工具,能不能用类似命令行,或者编译参数等等方式调用? 初次加载场景正确,返回后只加载第一个场景 对...

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

316. List滚动条问题 [ 57%]

...g_image); // 金豆数 this._goldLabel = new Laya.Label(); this._goldLabel.color = "#FFBA00"; var font = GameUI.GetFont("$font.marketdlg.default"); this._goldLabel.font = font.family; this._goldLabel.bold = (parseInt(font.bold | 0) == 0 ? false : true); this._goldLabel.fontSize = parseInt(font.size)...

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

317. 3d 轮廓描边示例改描边颜色无效 [ 57%]

...ffect.init(); var unlitMaterial = new UnlitMaterial(); unlitMaterial.albedoColor = new Vector4(255,0,0,255); var shurikenMaterial:ShurikenParticleMaterial = new ShurikenParticleMaterial(); shurikenMaterial.color = new Vector4(255,0,0,255);   按我的理解,官方示例上的unlitMaterial.albedoC...

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

318. ios下 SoundManager.playMusic 指定开始时间无效 [ 57%]

...,层级设置无效的问题 (此问题已经无效) 2.0 drawTexture color参数无效 lh文件内meshSprite添加阴影属性无效 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 问题...

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

319. 分享一个自己做的游戏公告功能,跑马灯效果 [ 57%]

....html.style.lineHeight = 55 this.html.style.align = "left" this.html.style.color = "#fff" this.html.innerHTML = "" this.hornBox.addChild(this.html) this.addChild(this.hornBox) } /** 滚动动画 */ private _animate(e: Event): void { const _w = this.html.width const _x = this.html.x if (_x < -_w) ...

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

320. Resources already exist,is repeated loading 加载特效报重复加载 [ 57%]

...    this.scene.addChild(directionLight);         directionLight.color = new Laya.Vector3(1, 1, 1);         directionLight.transform.rotate(new Laya.Vector3( -3.14 / 3, 0, 0));                      //灯光开启阴影         directionLight.shadow = true;...

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