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

大约有 1,079 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0077 秒)

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

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

1072. 安卓端概率性崩溃 [ 24%]

...java.lang.Thread.run(Thread.java:818)   #830 GLThread 830 1 layaair.game.browser.ConchJNI.onDrawFrame(Native Method) 2 layaair.game.browser.e.onDrawFrame(Unknown Source) 3 android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1590) 4 android.opengl.GLSurfaceView$GLThread.run(GLSur...

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

1073. 引擎 TiledMap 居然不支持图块翻转 [ 22%]

...is, this.animate);                 this._preFrameTime = Laya.ILaya.Browser.now();                 this._frameIndex = 0;                 this._time = 0;                 this._interval = 0;             }             this._spriteNum++;             this....

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

1074. 打包安卓Android studio黑屏 [ 19%]

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

1075. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 19%]

...      if (this.x + t.width / 2 < 0 || this.x - t.width / 2 > Laya.Browser.width || this.y < 0 || this.y - t.height > Laya.Browser.height) {                 this.visible = false;             } else {                 this.visible = true;                 thi...

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

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

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

1077. 网络通信 · LayaAir3.0文档 · LAYABOX [ 17%]

...时通信,并且允许跨域通信。在建立连接后,服务器和 Browser/Client Agent 都能主动的向对方发送或接收文本和二进制数据。我们先来了解下 Socket 的用法 3.1.1 Connect 服务器 Socket 连接服务器有三种方式: 方式 说明 构造函数传参 立...

来源: Laya3.0_文档 发布时间: 20230719

1078. socket大型项目回调 [ 15%]

...n的to方法完成缓动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 load 加载完图集 回调函数可以传形参吗? socket监听 创建树Tree 该怎么回调mouseHandler 形参该传什么 Laya.loader.create 进度回调...

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

1079. 打包成APK运行一半崩溃 [ 14%]

...dex.html 04-11 11:17:08.951    8591-8591/? I/LayaBox﹕ cls=layaair/game/browser/ExportJavaFunction 04-11 11:17:08.951    8591-8591/? E/LayaBox﹕ =======================addStaticMethod=========zzf47d6d80 04-11 11:17:08.951    8591-8591/? E/0﹕ ==============Java流程 InitMainCanvas() 04-11 ...

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