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

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

861. 关于定位 我在ID里面设置了right bottom 但是时间效果却不对 [ 52%]

... 850 关注: 2 人 callback • 2017-08-01 18:10 Laya.init(1136, 640, Laya.WebGL); Laya.Stat.show(0, 0); //设置适配模式 Laya.stage.scaleMode = "noborder"; //设置剧中对齐 Laya.stage.alignH = "center"; Laya.stage.alignV = "center"; //设置横竖屏 Laya.stage...

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

862. 为什么text位置,编辑模式和运行模式有差异 [ 52%]

...运行,为什么打包APK之后在手机上就连接不上socket Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 项目分包后, 运行出错 问题状态 ...

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

863. 3d文字在浏览器能正常运行,打包后使用时会报错 [ 52%]

...,打包后使用时会报错 错误:Failed to execute "texImage2D" on "WebGL2RenderingContext":No function was found that matched the signature provided   在this.texture2D.loadImageSource(this.cav);报错   this.cav = Laya.Browser.createElement("canvas"); this.cav.width = 256; this.cav.height...

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

864. 请问一下native下的的Render.isConchWebGL [ 52%]

请问一下native下的的Render.isConchWebGL 这个变量值以native运行ios和android打印出来是false。请问这个正常吗?是否为false的情况下native里就不会有图集合并功能? 2018-02-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

865. 1.7版本要初始化后有些代码才能用了 [ 52%]

...> <script src="laya.core.js"></script> <script src="laya.webgl.js"></script> </body> </html> <script> "use strict"; var test = {}; test.text = new laya.display.Text(); // in this line is error , so you can't defined class before "Laya.init" Laya.init(800,...

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

866. OpenGL报错 [ 52%]

...辑器,经常报OpenGL的一个错误,报错如下:[.Offscreen-For-WebGL-0DB79150]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [file:///E:/Laya_APP_Hall/Laya_Chess_App/bin/index.html],然后界面会闪烁黑一下,研究好久都...

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

867. 加了两个遮罩后的动画,帧频只有10了,有demo,有项目,有源码 [ 52%]

...irecod ... le.ts  class GameMain{ constructor() { Laya.init(1920,950,Laya.WebGL); Laya.Stat.show(); const container = new Laya.Sprite(); Laya.stage.addChild(container); const mask = new Laya.Sprite(); mask.graphics.drawPoly(0, 0, [0, 0, 484, 0, 1483, 950, 0, 950], '#ff0000'); // container.addChild(...

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

868. LayaAir下如何分包? [ 52%]

...果希望将 maingame.js 加入资源版本管理(热更新)(html5 webgl 模式下,也就是不使用 layanative的项目,应该会有这样的需求) 那么 module.def 要这样写:  module:"../res/js/maingame" path:"modules\class\src"编译完成后,maingame.js 就不会被单...

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

869. 如何避开iPhoneX的刘海? [ 52%]

... 获取iphonex手机型号 微信小游戏 iphoneX 问题,只要启用了webGl,真机环境上出现渲染错位 小游戏iphoneX适配问题 关于iphoneX的适配 微信小游戏中iPhoneX的适配问题 你小游戏iphoneX问题解决了么? laya2.0.2文字iphoneX浏览器 显示下部被...

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

870. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 52%]

...ow.focus is not a function 本地调试加载本地图片都报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 启动引擎报错 mPlugin.game_plugin_init(3); 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 用了ByteArray的zlib.min.js后报错 问题...

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