大约有 374 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0039 秒)
...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
...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
...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
...\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
...了~ 请教 FlashBuilder如何生成二维码让手机扫描测试 LayaAir Run 或者代码 显示的模型只有绿色 问题状态 最新活动: 2019-11-19 18:18 浏览: 4443 关注: 3 人 coder • 2018-10-27 17:00 谢谢,明白怎么打开另一个场景了,请问怎么触发一个view中的...
来源: Laya_社区 发布时间: 20181027
...)); } 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
...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
...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
...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
... Laya.class(Load_, "Load_", _super); var _proto = Load_.prototype; _proto.run_Fast = function () { console.log("逻辑处理"); } return Load_; })(Laya.Sprite);我的代码,但是下面的继承位置Laya.Sprite这里不写会报错,我想请教下,我这个类仅有算法,应该怎么样写...
来源: Laya_社区 发布时间: 20180705