大约有 157 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
...pine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? GradientDataNumber warning是什么 问题状态 最新活动: 2017-12-05 14:28 浏览: 933 关注: 2 人
来源: Laya_社区 发布时间: 20171205
...正常Chrome F12手机模式调试播放报laya.core.js:906 Uncaught TypeError: Failed to execute 'bindTexture' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLTexture'. 代码如下:// 创建video对象 let videoElement = new Laya.Video(); videoElement.x = 0; videoElement.y = 0; vid...
来源: Laya_社区 发布时间: 20200722
...错乱 Layabox不能同时开两个 切换场景编辑器时 Laya3D init error must support webGl 小游戏的后台切换事件名是什么?? 问题状态 最新活动: 2020-12-09 16:32 浏览: 317 关注: 2 人 152*****971 • 2020-12-10 17:01 谢谢。这个他是修改shader参数让天空...
来源: Laya_社区 发布时间: 20201126
...活就加载不出来, 报错 [warn]Retry to load: UI/so_main_base.png [error]Failed to load: UI/so_main_base.png 一开始我怀疑尺寸太大,就换了一张2000*300的图,就可以加载上= =这张图就不行,请问是图片格式哪不对吗 麻烦指教,谢谢 Laya_Aaron • 2018-0...
来源: Laya_社区 发布时间: 20180626
...辑器工具? TS项目使用matter.js库无智能提示 Ts 编辑提示error TS5023: Unknown option 'p' 如何通过命令行工具构建和发布项目 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket laya2的Scene默认...
来源: Laya_社区 发布时间: 20181206
...如何实现无限循环改变alpha? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? iphone自带浏览器页面怎么锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 图集打...
来源: Laya_社区 发布时间: 20190225
....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
...-11 11:17:09.965 8591-8658/com.mygame.laya E/LayaBox﹕ download file error[1]:file:///data/user/0/com.mygame.laya/cache/LayaCache/localstorage/logo/logo.png 04-11 11:17:09.968 8591-8658/com.mygame.laya I/LayaBox﹕ require(/sdcard/layabox/scripts/config.js) 04-11 11:17:09.968 8591-86...
来源: Laya_社区 发布时间: 20170411
...tpRequest(); xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.send("res/monkey2.png","","get","arraybuffer"); } private function completeHandler(data:Object):void { //加载完成返回的data是arraybuffer; //.......这里处理我们加密的图片数...
来源: Laya_社区 发布时间: 20171011
...Event.COMPLETE, this, this.completeHandler, [url, 1]); xhr.once(Laya.Event.ERROR, this, this.errorHandler); xhr.send(url, "", "get", "arraybuffer"); } } GameMain.prototype.completeHandler = function (URL, id, data) { // private completeHandler(data: Object, URL: string, id: number): void { //加载...
来源: Laya_社区 发布时间: 20180629