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

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

51. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 63%]

...s,Laya.Handler.create(this,this.onSuccess),Laya.Handler.create(this,this.onError)); } } private showMessage():void{ var tex:Laya.Text = new Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "...

来源: Laya2.0_文档 发布时间: 20210715

52. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 61%]

...options, Laya.Handler.create(this, onSuccess), Laya.Handler.create(this, onError)); } function showMessage() { var tex = new Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "center"; tex.si...

来源: Laya2.0_文档 发布时间: 20210714

53. 部署web后无法请求访问HTTP API接口数据,调试模式下可以访问获取 [ 60%]

...鼠标是否处于按下状态”? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 请问在layaIDE里,怎么调用微信小程序API TypeScript下HttpRequest发送Post请求有Bug? Animator 如何获取当前所有动画名称呢?或者所...

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

54. iOS 打包之后resource文件夹下没有cache文件, [ 60%]

...建一个空的cache文件之后,运行报错JsAppCache::loadCachedURL Error, no cache data. 。。。 2,单机打包出现   网络异常,请联系开发商。 2017-03-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...

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

55. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 60%]

...击Dialog之外的区域关闭弹框 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 Texture图片能否进行翻转? 救命!canvas定位后 点击区域偏移,求大...

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

56. http在手机端上请求返回404 [ 59%]

...game.com/server/10000 10-14 16:16:53.101 24472-24556/? W/LayaBox: download error: timeout, dt=8,opttimeout=1798 10-14 16:16:53.101 24472-24591/? I/LayaBox:  Sat Oct 14 2017 16:16:52 GMT+0800 (CST) --- http[https://hzzr1.bizgame.com/server] 10000(用户-登录验证-token登录), -2(系统-http错...

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

57. 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, [ 59%]

...运行之后依然会出现网络异常。 log:JsAppCache::loadCachedURL Error, no cache data. 野指针 • 2019-09-20 14:52 @Sunny_zhao:请问你解决这个问题了吗= = Laya_XS • 2017-01-19 10:21 我们官网的打包流程文档不知道你们有没有看,如果看了还不明白,可...

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

58. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 58%]

....getMedia(options, Handler.create(this, onSuccess), Handler.create(this, onError)); } } private function showMessage():void { var text:Text = new Text(); Laya.stage.addChild(text); text.text = "单击舞台播放和暂停"; text.color = "#FFFFFF"; text.fontSize = 100; text.valign = "middle"; text.al...

来源: Laya2.0_文档 发布时间: 20210715

59. 将字节数组转为图片 [ 58%]

...b:file%3A///1c4effc4-4022-4ab5-8feb-e39ff76b7410                [error]Failed to load: blob:file%3A///1c4effc4-4022-4ab5-8feb-e39ff76b7410              */         }     byte文件.zip 2017-04-17 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

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

60. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 58%]

...s,Laya.Handler.create(this,this.onSuccess),Laya.Handler.create(this,this.onError)); } } private showMessage():void{ var tex:Laya.Text = new Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "...

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