大约有 1,024 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0056 秒)
Laya_社区(872) Laya2.0_文档(49) Laya2.0_api(48) laya_api(42) Laya2.0_示例(5) Laya_示例(4) Laya3.0_api(2) Laya3.0_文档(2)
...n.js"); require("./libs/min/laya.wxmini.min.js"); require("./libs/min/laya.webgl.min.js"); require("./libs/min/laya.ui.min.js"); require("./libs/rawinflate/rawinflate.min.js"); require("./libs/fairygui/fairygui.min.js"); require("./main.min.js"); 以下是报错内容:TypeError: Cannot use 'in' op...
来源: Laya_社区 发布时间: 20180109
...t TypeError: Cannot read property 'btCollisionObject' of undefined Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Unca...
来源: Laya_社区 发布时间: 20200716
...,打包后使用时会报错 错误: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
...> <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
...18-09-04 0 0 分享 微博 QZONE 微信 jiangkunoa 赞同来自: 小游戏 WebGL模式下运行这段代码得到一张透明图, Canvas模式下正确 2019-04-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 轻飘时刻 相关问题...
来源: Laya_社区 发布时间: 20180830
...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
...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
...I 微信小游戏:HTMLDivElement的使用 layaair2-cmd 编译bug Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 微信小游戏如何使用ttf字体? 分享:适配LayaAir版本的PureMVC框架 问题状态 最新活动: 2024-08-23 11:48 浏览: 11992 关注: 6 人 K...
来源: Laya_社区 发布时间: 20240619
...运行,为什么打包APK之后在手机上就连接不上socket Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 项目分包后, 运行出错 问题状态 ...
来源: Laya_社区 发布时间: 20190222
...辑器,经常报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