大约有 868 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
Laya2.0_文档(437) Laya_社区(301) Laya3.0_api(86) laya_api(20) Laya2.0_api(11) Laya3.0_文档(9) Laya_示例(2) Laya2.0_示例(2)
..._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
....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
...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
...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
...碼面的問題,我用的是官方推薦的寫法。 // 第一次执行update之前执行,只会执行一次 onStart(): void { fairygui.UIPackage.loadPackage("resources/LayaBUG", (pkgs) => { const view = pkgs[0].createObject("View"); console.log(view); this.owner.addChild(...
来源: Laya_社区 发布时间: 20250829
...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
...候动画播放完会循环在最后一帧的内容的,这时候动画的update是在每帧更新的,勾选的时候动画播放完毕就在动画的update里面判断return掉了。 Heured • 2024-01-11 11:28 @Laya_Fred:看了一下你说的sleep相关的逻辑,影响不到我说的问题,...
来源: Laya_社区 发布时间: 20240110
...真时的报错信息 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
...(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
...ayabox 赞同来自: 华为的这个问题,是由于老版本的AR_CHECK_UPDATE值冲突导致, 一、找到MainActivity.java这个文件,如下图所示 然后,在AR_CHECK_UPDATE这里,将值改为9999,或者其它不冲突的值。 二、找到AndroidManifest.xml这个文件,...
来源: Laya_社区 发布时间: 20210830