大约有 609 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0160 秒)
LayaNative 0.9.6启动时报错 Rejecting re-init on previously-failed class java.lang.Class<vp>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/SafeBrowsingResponse; 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art: at void com.android.webview.ch...
来源: Laya_社区 发布时间: 20190722
....app.Activity.performPause(Activity.java:5567) 10 android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1239) 11 android.app.ActivityThread.performPauseActivity(ActivityThread.java:3358) 12 android.app.ActivityThread.performPauseActivity(ActivityThread.java:3327) 13 android.app.Ac...
来源: Laya_社区 发布时间: 20191029
...音等) [size=14][code]// Use ZIP when loading files // Note By convention, only resource files in the level-1 directory are loaded Laya.loader.create([{ url: "xx.zip", type:"ZIP"}]) [/size][/code] 如果只需要加载zip包中的部分资源,或者资源路径在多级目录下。可以在cons...
来源: Laya_社区 发布时间: 20211227
...era:Camera = scene.addChild(new Camera()) as Camera; camera.transform.position = new Vector3(0, 3, 3); camera.transform.rotate(new Vector3( -45, 0, 0), true, false); camera.addComponent(CameraMoveScript); //生成平面,其实是一个box,只不过高度很小,可看成一个平面 var plane:M...
来源: Laya_社区 发布时间: 20161223
...Avg: 222.680us Max: 1613us DALVIK THREADS (140): "Signal Catcher" daemon prio=5 tid=2 Runnable | group="system" sCount=0 dsCount=0 obj=0x32c070a0 self=0xaebd7000 | sysTid=16095 nice=0 cgrp=default sched=0/0 handle=0xb420b930 | state=R schedstat=( 55770310 3145521 28 ) utm=0 stm=5 core=0 HZ=...
来源: Laya_社区 发布时间: 20190612
... QZONE 微信 wwyybb1 赞同来自: 你好。请问你的棋牌微信h5的ios声音问题解决方案是什么。 2017-10-30 0 0 分享 微博 QZONE 微信 jweilan 赞同来自: 你好,请问你使用的是什么框架? 2017-11-07 0 1 分享 微博 QZONE 微信 司马 赞同来自: 能发份给...
来源: Laya_社区 发布时间: 20170609
...bled = true; a.mouseThrough = true; a.on(Laya.Event.MOUSE_DOWN, null, function (e: Laya.Event): void { console.log("touch a"); } 因为需要将mouseThrough=true才可以,蛋疼的api描叙你能相信是这个熟悉么? “mouseThrough : Boolean = false,指定当mouseEnabled=true时,...
来源: Laya_社区 发布时间: 20161109
...61 6514-6514/com.vivo.vs I/WebViewFactory: Loading com.android.webview version 37 (eng.compiler-arm64) (code 199992) 10-13 17:31:15.861 6514-6514/com.vivo.vs I/LibraryLoader: Loading: webviewchromium 10-13 17:31:15.871 6514-6514/com.vivo.vs I/LibraryLoader: Time to load native libraries: 3 ms (times...
来源: Laya_社区 发布时间: 20181013
...; Laya.loader.create("res/3d/baseman01.lh", Laya.Handler.create(this, function(){ var scene3d=new Laya.Scene3D(); that.owner.addChild(scene); var model=Laya.loader.getRes(window.getPath("res/3d/baseman01.lh")); var player=model.clone(); scene3d.addChild(player); })); 然后用android扫...
来源: Laya_社区 发布时间: 20190725