大约有 262 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0067 秒)
...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
...ooks.cc(112)] Chromium logging enabled: level = 0, default verbosity = 0 I/BrowserProcessMain: Initializing chromium process, renderers=0 W/chromium: [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation D/libEGL: loaded /system/lib/egl/libEGL_adreno.so ...
来源: Laya_社区 发布时间: 20171218
...时通信,并且允许跨域通信。在建立连接后,服务器和 Browser/Client Agent 都能主动的向对方发送或接收文本和二进制数据。 要使用 Socket 类的方法,请先使用构造函数 new Socket 创建一个 Socket 对象。 Socket 以异步方式传输和接收数...
来源: Laya3.0_api 发布时间: 20231115
...结构数据。 example package { import laya.ui.Tree; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", ...
来源: Laya3.0_api 发布时间: 20231115
....drawTexture(texture2, 0, 0); //把草垛居底部显示 // this.grass.y = Browser.clientHeight - this.grass.height; this.addChild(this.grass); //创建一个帧循环处理函数,用于背景位置的更新,实现背景滚动效果。 Laya.timer.frameLoop(1, this, this.onLoop) } _proto.onLoop =...
来源: Laya_社区 发布时间: 20160722
...ya.Event.MOUSE_WHEEL, this, this.mouseWheel) } onUpdate(): void { if (Laya.Browser.onMobile) { this.AroundByMobileInput(); } else { this.AroundByMouseInput(); } if (!this.canRotation_X) this.targetAngles.y = 0; if (!this.canRotation_Y) this.targetAngles.x = 0; //Lerp. this.CurrentAngles = this.LerpV...
来源: Laya_社区 发布时间: 20190224
.../ 添加延迟补偿(解决iOS后台冻结问题) if (Laya.Browser.onIOS) { Laya.timer.once(100, this, () => { this.lastKnownPositions.clear(); this.effectChannels.clear(); }); } else {...
来源: Laya_社区 发布时间: 20250930
...>>>>>>>>>>>>>className:layaair/game/browser/ExportJavaFunction,methodName:GetDeviceInfo 2018-11-26 18:31:47.964 4749-4838/com.layabox.dotJourney E/LayaBox: >>>>>>>>>>>>before 2018-11-26 18:31:47.975 4749-4838/com.layabox.do...
来源: Laya_社区 发布时间: 20181126