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

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

41. List翻页效果怎么实现 [ 63%]

...18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.lang] } public setCurPage(index: number) { if (this.m_index != index) { for (let i = 1; i < 7; i++) { let skin = "ui/round_okey_05.png" if (index + 1 == i) { skin = "ui/round_okey_06.png" } this[`img_point${i}`].skin = skin; } this.m_index = i...

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

42. 苹果上架有问题啊 , !!!!!! [ 63%]

... app, but the update button or alert does not link directly to the app’s page on the App Store. Please see attached screenshots for details. Next Steps To resolve this issue, please ensure that tapping the update button takes the user directly to the app’s page on the App Store to update the app...

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

43. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 62%]

...18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.lang] } public setCurPage(index: number) { if (this.m_index != index) { for (let i = 1; i < 7; i++) { let skin = "ui/round_okey_05.png" if (index + 1 == i) { skin = "ui/round_okey_06.png" } this[`img_point${i}`].skin = skin; } this.m_index = i...

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

44. 基础文本 · LayaAir3.0文档 · LAYABOX [ 61%]

... = "第{n=1}页"; //显示文本的初始化内容 } onStart(): void { let page: number = 1; Laya.timer.frameLoop(10, this, () => { page += 1; //在定时器中让变量page每次自增1 this.txt.setVar("n", page); //使用setVar方法,让text文本中变量n的值动态改变 }); } } 效果如...

来源: Laya3.0_文档 发布时间: 20241014

45. 场景管理 · LayaAir3.0文档 · LAYABOX [ 60%]

...= null, progress: Handler = null): Promise<Scene> { Scene.showLoadingPage(); return Scene.load(url, Handler.create(null, this._onSceneLoaded, [closeOther, complete, param]), progress); } (图2-1) 例如创建名为 OpenScene 的场景,保存在assets路径下 uiDemo/page/OpenScene.ls,...

来源: Laya3.0_文档 发布时间: 20241014

46. ui发布路劲 [ 60%]

ui发布路劲 ui设置的导出路劲是bin/res/pageUI/page, 我使用2.0 f12发布后,生成的.json结果在bin目录下,为什么会这样难道我要手动拷贝么,几十个U 附件 : --> 2019-04-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

47. 滤镜GlowFilter [ 60%]

...无效Laya.init(600,400,WebGL); var sp:Sprite=new Sprite(); sp.loadImage("Pages.png",0,0,0,0); Laya.stage.addChild(sp); sp.filters = [new GlowFilter("#ff0000",10,10,10)]; 2017-01-18 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 157*****...

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

48. test sadfasfas [ 60%]

...先登录 发起人 Charley-Layabox 相关问题 2.0的3dDemo怎么修改pages\test\TestScene SWF转换之后图片名多出TEST 在编辑模式下删除了Scenes/test下面的文件,我想知道这里面的文件是所有项目都一样吗? 找了两个其他项目的文件放进去还是报错...

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

49. domParser在哪儿 [ 59%]

...')");             if (rst.firstChild.textContent.indexOf("This page contains the following errors") > -1) {                 throw new Error(rst.firstChild.firstChild.textContent);             }             return rst;         }   2018-0...

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

50. HTMLDivElement添加&字符会报错 [ 58%]

...;字符会报错 LayaSample.max.js:22828 Uncaught (in promise) Error: This page contains the following errors:error on line 1 at column 71: xmlParseEntityRef: no name 2018-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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