大约有 2,727 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0066 秒)
...请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: code 这个问题,需要先把材质切换到laya的shader,然后再编辑动画,如果直接用unity的编辑再切换shader就不能播的 2019-04-18 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...
来源: Laya_社区 发布时间: 20190417
...npm v2.14.20 npm ERR! path /usr/local/lib/node_modules/typescript npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall mkdir npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/typescript' npm ERR! at Error (native) npm ERR! { [Error: EACCES: permission denied, mkdir '/...
来源: Laya_社区 发布时间: 20160829
...案例提供的layaAir.mp4 iOS提示 NSURLConnection finished with error - code -1002 PlayerItem has error : Error Domain=NSURLErrorDomain Code=-1002 "不支持的URL" UserInfo={NSLocalizedDescription=不支持的URL, NSUnderlyingError=0x282091470 {Error Domain=kCFErrorDomainCFNetwork Code=-1002 "...
来源: Laya_社区 发布时间: 20250908
...报错,真机不会有这个问题,具体看补充 I/art: Increasing code cache capacity to 128KB I/art: Do partial code cache collection, code=56KB, data=40KB I/art: After code cache collection, code=53KB, data=39KB I/art: Increasing code cache capacity to 256KB W/System: ClassLoader referenced...
来源: Laya_社区 发布时间: 20170216
....VGUtil"); VGUtil.callWithBack(back, "showVideoAd", type); function back(code){ LayaManager.showTextTip("广告返回成功:"+code); success.runWith(code); } } android: public static void showVideoAd(String adname) { //Vgad.showVideoAd(adname); //可播放次数,为-1表示无限次。 int c...
来源: Laya_社区 发布时间: 20190524
...发工具堆栈:(unknown) ReferenceError: laya is not defined at code.js:11708 at code.js:11720 at code.js:18226 at require (WAGame.js:11) at WAGame.js:11 at game.js? [sm]:4 at require (WAGame.js:11) at gamePage.html:135 window.onerror --------------...
来源: Laya_社区 发布时间: 20180131
...Aaron 赞同来自: /** * <p>绘制 当前<code>Sprite</code> 到 <code>Canvas</code> 上,并返回一个HtmlCanvas。</p> * <p>绘制的结果可以当作图片源,再次绘制到其他Sprite里面,示例:<...
来源: Laya_社区 发布时间: 20180719
...后触发 function onError(err:Error):void { var errType:String; if (err.code = Geolocation.PERMISSION_DENIED) errType = "Permission Denied"; else if (err.code == Geolocation.POSITION_UNAVAILABLE) errType = "Position Unavailable"; else if (err.code == Geolocation.TIMEOUT) errType = "Time Out"; trace...
来源: Laya_社区 发布时间: 20180402
...unction at BitmapFont.__proto.parseFont (http://127.0.0.1:61385/game/code.js:803:17) at Loader.__proto.onLoaded (http://127.0.0.1:61385/game/code.js:12700:11) at HTMLImage.onload (http://127.0.0.1:61385/game/code.js:21213:15) at Image._source._source.onload (http://127.0.0.1:...
来源: Laya_社区 发布时间: 20180306
...se, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}} }), ``` 改为: typescript({ check: true, //Set to false to avoid ...
来源: Laya_社区 发布时间: 20191011