大约有 81 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
....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
...mes:true } })) .pipe(sourcemaps.write(releaseDir + '/../sourcemaps')) .on('error', function (err) { console.warn(err.toString()); }) .pipe(gulp.dest(releaseDir)); } }); 可以看到laya是用uglify工具压缩的js 2、生成js对应的 .js.map文件 .js.map :map文件是js文件压缩后,文件...
来源: Laya_社区 发布时间: 20190528
... 11:24:58.700914+0800 MineSweeper6[7091:2932031] JsAppCache::loadCachedURL Error, no cache data. 2018-03-15 11:24:58.701527+0800 MineSweeper6[7091:2932031] onLayaInitError error=Load start url error 设备:iPhone7 iOS11.2 Laya是1.7.16 是单机游戏,编译下,发布下无任何问题 2018-03...
来源: Laya_社区 发布时间: 20180315
...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_文档 发布时间: 20251010
...baww 相关问题 TS项目使用matter.js库无智能提示 Ts 编辑提示error TS5023: Unknown option 'p' 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dc...
来源: Laya_社区 发布时间: 20170510
...conf_proto: conf_game, _callBack: null, _proxy: Proxy, _data: null…} TypeError: require is not a function at Object.ProtoBuf.Util.Util.fetch (file:///D:/workspace_laya/car_h5_nonet/bin/h5/protobuf.js:354:26) at Object.ProtoBuf.loadProtoFile (file:///D:/workspace_laya/car_h5_nonet/bin/h5/protobuf.j...
来源: Laya_社区 发布时间: 20170117
...019-06-18 13:34:09.466304+0800 test1[6479:65523] JsAppCache::loadCachedURL Error, no cache data. 2019-06-18 13:34:09.466633+0800 test1[6479:65523] onLayaInitError error=Load start url error 2019-06-18 13:34:09.466822+0800 test1[6479:65523] alert=加载游戏失败,可...
来源: Laya_社区 发布时间: 20190618
为什么laya中的shader效果没用? Shader error in 'LayaAir3D/Mesh/PBR(Specular)': undeclared identifier 'UnityDecodeCubeShadowDepth' at /Program Files/Unity/Editor/Data/CGIncludes/UnityShadowLibrary.cginc(98) (on d3d11) Compiling Vertex program with POINT SHADOWS_CUBE SHADOWS_SOFT EnableRefl...
来源: Laya_社区 发布时间: 20190518
...reviously-failed class java.lang.Class<hs>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/TracingController; at java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2) ...
来源: Laya_社区 发布时间: 20181119
...Texture(Browser.window.sharedCanvas); 上面这句报错: gameThirdScriptError value._addReference is not a function TypeError: value._addReference is not a function at Texture.<anonymous> (http://127.0.0.1:10656/game/js/bundle.js:15188:19) at Texture.__proto.setTo (http://127.0....
来源: Laya_社区 发布时间: 20181123