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

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

251. 打包安卓Android studio黑屏 [ 34%]

...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

252. 添加极光推送后,切回后台点击推送过来的消息,出现黑屏闪退是什么原因?内文有LOG,请帮忙查看一下哪出错了。 [ 33%]

...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

253. 富文本:LayaAir下 HtmlDivElement的使用汇总 [ 33%]

... 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

254. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 32%]

...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

255. laya.net.Socket_API3.0 [ 32%]

...时通信,并且允许跨域通信。在建立连接后,服务器和 Browser/Client Agent 都能主动的向对方发送或接收文本和二进制数据。 要使用 Socket 类的方法,请先使用构造函数 new Socket 创建一个 Socket 对象。 Socket 以异步方式传输和接收数...

来源: Laya3.0_api 发布时间: 20231115

256. laya.ui.Tree_API3.0 [ 28%]

...结构数据。 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

257. 【简单跑酷--JS版】---Lv.2 类之间的引用以及背景滚动实现 [ 27%]

....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

258. 官方案例里摄像机绕物体旋转脚本的问题 [ 27%]

...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

259. [LayaAirIDE3]xcode切入切出声音不播放 [ 23%]

.../ 添加延迟补偿(解决iOS后台冻结问题)         if (Laya.Browser.onIOS) {             Laya.timer.once(100, this, () => {                 this.lastKnownPositions.clear();                 this.effectChannels.clear();             });         } else {...

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

260. 构建apk后,java报错 [ 22%]

...>>>>>>>>>>>>>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