大约有 258 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0062 秒)
....scaleMode = Stage.SCALE_FIXED_HEIGHT; Laya.stage.bgColor = "#ffffff"; if (Browser.onMiniGame) { Laya.timer.once(1000, this, function():void{ //设置共享画布大小 __JS__('sharedCanvas').width = Laya.stage.width; __JS__('sharedCanvas').height = Laya.stage.height; //主域往子域透传消息 _...
来源: Laya_社区 发布时间: 20180525
...null; } } // if (SoundManager._soundMuted)return null; }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.loader.getRes(url); } if (!soundClass)soundClass=SoundManager._soundClass; if (!tSound){ tSound=new soundClass(); tSound.load(url); Loader.cacheRes(url,tSound); }; var channel; channel=tSound....
来源: Laya_社区 发布时间: 20180709
...evel = 0, default verbosity = 0 10-13 17:31:15.891 6514-6514/com.vivo.vs I/BrowserStartupController: Initializing chromium process, renderers=0 10-13 17:31:15.891 6514-6514/com.vivo.vs W/art: Attempt to remove local handle scope entry from IRT, ignoring 10-13 17:31:15.901 6514-6514/com.vivo.vs W/chr...
来源: Laya_社区 发布时间: 20181013
...>>>>>>>>>>>>>className:layaair/game/browser/ExportJavaFunction,methodName:GetDeviceInfo 08-08 14:03:54.306 18569-18640/com.lightpaw.dietyroad E/LayaBox: >>>>>>>>>>>>before 08-08 14:03:54.306 18569-18640/com.lightpaw.dietyro...
来源: Laya_社区 发布时间: 20190808
....840 27966-27966/com.lovegame.hk.hokbok I/art: at void layaair.game.browser.ao.<init>(android.content.Context, layaair.game.conch.LayaConch5) ((null):-1) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art: at void layaair.game.conch.LayaConch5.InitView() ((null):-1)...
来源: Laya_社区 发布时间: 20190103
...:59:48.889 7562-7562/com.dihong.testdcc I/LayaBox: [########] layaair/game/browser/ExportJavaFunction 05-16 15:59:48.889 7562-7562/com.dihong.testdcc E/0: ==============Java流程 InitMainCanvas() 05-16 15:59:48.889 7562-7562/com.dihong.testdcc E/LayaConch5: plugin-----------------EngineStart() = /d...
来源: Laya_社区 发布时间: 20190516
...=zzb3b99a80 07-04 20:55:27.340: I/LayaBox(7884): [########] layaair/game/browser/ExportJavaFunction 07-04 20:55:27.340: D/MarketTest(7884): >>>>>>>>>>>>>>>>MarketLaya init ok 07-04 20:55:27.340: E/0(7884): ==============Java流程 InitMainCanvas() 07...
来源: Laya_社区 发布时间: 20190704
...ator with package name = com.google.android.webview, sandboxed = true I/cr_BrowserStartup: Initializing chromium process, singleProcess=false D/ConnectivityManager: requestNetwork and the calling app is: com.layabox.test W/om.layabox.tes: Accessing hidden method Landroid/view/textclassifier/logging/...
来源: Laya_社区 发布时间: 20190723
...17 17:12:40.377 13946-13946/com.wesai.doudizhu I/LayaBox: cls=layaair/game/browser/ExportJavaFunction 05-17 17:12:40.377 13946-13946/com.wesai.doudizhu E/LayaBox: =======================addStaticMethod=========zzab2d5e40 05-17 17:12:40.377 13946-13946/com.wesai.doudizhu I/LayaBox: localStoragePath=/...
来源: Laya_社区 发布时间: 20170517
... private function onLink(data:*):void { // TODO Auto Generated method stub Browser.window.location.href=data; }5、实现html页面跳转 示例如下: var iHtml:HTMLIframeElement=new HTMLIframeElement(); Laya.stage.addChild(iHtml); iHtml.href="res/html/test.html";6、简单的图片显示 示例...
来源: Laya_社区 发布时间: 20161027