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

大约有 374 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0039 秒)

311. 打包apk无法运行 [ 46%]

...rr( 5275):    at com.android.internal.os.ZygoteInit$MethodAndArgsCalle r.run(ZygoteInit.java:793) W/System.err( 5275):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja va:609) W/System.err( 5275):    at dalvik.system.NativeStart.main(Native Method) E/0       ( 5275): ===========...

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

312. 通过AnimatorState为Animator添加多个播放状态islooping属性会被覆盖 [ 46%]

...wner.sprite3d.getComponent(Laya.Animator); let all = 486; let arr = ["3,21,run,true", "29,59,wolk,true", "70,120,cheer,true", "125,380,dance,true", "393,440,forerake,false", "443,485,backward,true"]; let state: Laya.AnimatorState; console.log("getANi"); for (let i = 0; i < arr.length; i++) { let ...

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

313. 救命啊,遇到苹果爸爸 Guideline 2.5.2 [ 46%]

...spondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote scripts in order to change app behavior and/or call SPI, based on the contents of the downloaded script. Even if the remote resource is not intentionally malicious, it could easily be hijacked via a Man In The ...

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

314. 发布项目“是否压缩混淆js(耗时)”的bug [ 46%]

...\AppData\Roaming\npm\node_modules\uglify-js\bin\ugli fyjs:289:53)     at run (C:\Users\fp005\AppData\Roaming\npm\node_modules\uglify-js\bin\uglify js:233:9)     at Object.<anonymous> (C:\Users\fp005\AppData\Roaming\npm\node_modules\uglif y-js\bin\uglifyjs:158:5)     at Module._compile (m...

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

315. 刚刚接触2天layaair,有几个问题请教。 [ 46%]

...了~ 请教 FlashBuilder如何生成二维码让手机扫描测试 LayaAir Run 或者代码 显示的模型只有绿色 问题状态 最新活动: 2019-11-19 18:18 浏览: 4443 关注: 3 人 coder • 2018-10-27 17:00 谢谢,明白怎么打开另一个场景了,请问怎么触发一个view中的...

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

316. 二次开发(TypeScript-LayaNative原生服务-LayaNative进阶) [ 46%]

...)); } catch (JSONException e) { e.printStackTrace(); } m_Handler.post( new Runnable() { public void run() { //ui thread update ui JSONObject obj = new JSONObject(); try { obj.put("value", "Hello JS!"); } catch (JSONException e) { e.printStackTrace(); } ExportJavaFunction.CallBackToJS(JSBridge.class,...

来源: Laya2.0_文档 发布时间: 20210714

317. 分享一个虚拟摇杆,比较粗糙,没做优化 [ 46%]

...Down) return; this.moveX = e.stageX; this.moveY = e.stageY; this.isMode = "run"; // 获取半径 var r = Math.sqrt(Math.pow((this.starX - this.moveX), 2) + Math.pow((this.starY - this.moveY), 2)); //当移动半径大于大圆的半径时,半径等于大圆的0.5的宽度(也就是半径) if (...

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

318. Opp rpk一启动就黑屏 [ 46%]

...ule/1/libs/laya.core.js:4 05-31 15:57:02.604 17874 17959 E jswrapper: [1]e.run@/data/user/0/com.nearme.instant.platform/app_game/app/com.fuck.module/1/libs/laya.core.js:1 05-31 15:57:02.604 17874 17959 E jswrapper: [2]e._renderOne@/data/user/0/com.nearme.instant.platform/app_game/app/com.fuck.module...

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

319. 摄像机的viewportPointToRay报错 [ 46%]

...ya/work/Pamm/pamm_laya/bin/js/bundle.js:705:14)   at TimerHandler.__proto.run (file:///D:/ycz/worklaya/work/Pamm/pamm_laya/bin/libs/laya.core.js:9083:45)   at Timer.__proto._update (file:///D:/ycz/worklaya/work/Pamm/pamm_laya/bin/libs/laya.core.js:8821:16)   2019-04-16 添加评论 免费帖 --> ...

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

320. ja语言怎么样创建一个工具类在其他地方调用 [ 45%]

... Laya.class(Load_, "Load_", _super); var _proto = Load_.prototype; _proto.run_Fast = function () { console.log("逻辑处理"); } return Load_; })(Laya.Sprite);我的代码,但是下面的继承位置Laya.Sprite这里不写会报错,我想请教下,我这个类仅有算法,应该怎么样写...

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