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

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

131. 多指操作,会导致闪烁问题 [ 68%]

..._game/app/com.qire.kpccc.nearme.gamecenter/2/libs/laya.d3.js:9     [2]t._update@/data/data/com.nearme.instant.platform/app_game/app/com.qire.kpccc.nearme.gamecenter/2/libs/laya.d3.js:9     [3]s._update@/data/data/com.nearme.instant.platform/app_game/app/com.qire.kpccc.nearme.gamecenter/2/libs/la...

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

132. sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale [ 67%]

....transform.position;Laya.Tween.to(box.potOld,{     x:1     ,y:2     ,update:new Laya.Handler(box,function(){         this.transform.position = this.potOld;     }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){     console.log("complete"); }),Cons...

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

133. laya.d3.core.particle.Particle3D [ 67%]

...derableSprite3D _setUnBelongScene():void[override] RenderableSprite3D  _update(state:RenderState):void[override] Particle3D _updateConch(state:RenderState):void[override] 更新 RenderableSprite3D addChild(node:Node):Node[override] 添加子节点。 Sprite3D addChildAt(node:Node, index:int):N...

来源: laya_api 发布时间: 20170603

134. 物体随着鼠标滑动旋转脚本 [ 67%]

...s, this.mouseOut);     _this.Obj = owner; } // ObjectRotate.prototype._update = function (state) {     ObjectRotate.__super.prototype._update.call(this,state);     this.updateObject(state.elapsedTime); } //Object实时旋转 ObjectRotate.prototype.updateObject = function (elapsedTime) { ...

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

135. [LayaAir3]LayaAir3.3使用Fairygui开发UI,滤镜效果对不上 [ 66%]

...碼面的問題,我用的是官方推薦的寫法。 // 第一次执行update之前执行,只会执行一次 onStart(): void { fairygui.UIPackage.loadPackage("resources/LayaBUG", (pkgs) => { const view = pkgs[0].createObject("View"); console.log(view); this.owner.addChild(...

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

136. [LayaAir3]Layaair3.3.0-beta.4中2D导航数据清理报错 [ 65%]

...obalTransform.setPos (SpriteGlobaTransform.js:106:36)     at Nav2DAgent._updatePosition (Nav2DAgent.js:47:32)     at Nav2DAgent._updateNavMesh (BaseNavAgent.js:289:14)     at BaseNavMesh.js:185:19     at Map.forEach (<anonymous>)     at NavMesh2D._updateNavMesh (BaseNavMesh.js:181:25...

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

137. [LayaAir3]在动画转换不勾选ExitByTime的情况下单次动画播放完成后不再检测参数变化 [ 65%]

...候动画播放完会循环在最后一帧的内容的,这时候动画的update是在每帧更新的,勾选的时候动画播放完毕就在动画的update里面判断return掉了。 Heured • 2024-01-11 11:28 @Laya_Fred:看了一下你说的sleep相关的逻辑,影响不到我说的问题,...

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

138. laya2.0构建app时url不再支持.html文件,但是需要runtime.json这个文件是怎么来的? [ 64%]

...真时的报错信息  I/LayaBox: Download [  ]:http://192.168.0.72/web3/updat ... 0.844 I/LayaBox: >>>JCConchRender::clearAllData =-815802000 D/EGL_emulation: eglMakeCurrent: 0xe05ec520: ver 3 1 (tinfo 0xe201f990) W/LayaBox: download error: timeout, dt=8,opttimeout=1798 I/LayaBox: Downlo...

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

139. 关于微信小游戏渲染子域图的问题 [ 64%]

...(http://127.0.0.1:10656/game/js/bundle.js:8352:45)     at Timer.__proto._update (http://127.0.0.1:10656/game/js/bundle.js:8101:15)     at Stage.__proto.render (http://127.0.0.1:10656/game/js/bundle.js:24593:14)     at Stage.__proto._loop (http://127.0.0.1:10656/game/js/bundle.js:24517:8)    ...

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

140. laya接华为APK,游戏过程中进入广告落地页,关闭后游戏自动退出报V8错误 [ 63%]

...ayabox 赞同来自: 华为的这个问题,是由于老版本的AR_CHECK_UPDATE值冲突导致, 一、找到MainActivity.java这个文件,如下图所示   然后,在AR_CHECK_UPDATE这里,将值改为9999,或者其它不冲突的值。   二、找到AndroidManifest.xml这个文件,...

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